Permalink
Commits on Jul 9, 2015
-
adam-lynch committed
Commits on Jul 8, 2015
-
adam-lynch committed
Commits on Jul 7, 2015
-
adam-lynch committed
Commits on Jun 26, 2015
-
Merge pull request #140 from mshenfield/develop
hassankhan committedFix #139. Remove old files on 'gulp update'.
-
Merge branch 'develop' of github.com:Ranks/emojify.js into develop
mshenfield committedConflicts: dist/css/data-uri/emojify.css dist/css/data-uri/emojify.min.css dist/css/sprites/emojify-emoticons.css dist/css/sprites/emojify-emoticons.min.css dist/css/sprites/emojify.css dist/css/sprites/emojify.min.css dist/images/sprites/emojify.png dist/images/sprites/emojify@2x.png
-
Updated permissions from 644 to 775
mshenfield committedFor some reason regenerating the images placed them on my machine with restricted access. This commit stops these files from preventing things like `ls` `git pull` and other common commands.
Commits on Jun 24, 2015
-
hassankhan committed
-
hassankhan committed
-
hassankhan committed
-
hassankhan committed
-
hassankhan committed
-
hassankhan committed
Commits on Jun 16, 2015
-
Changed 'background' to 'background-image' in 'dist/css/data-uri/*'
mshenfield committedRunning the automated build using `gulp clean`, `gulp update`, and `gulp compile` uses attribute 'background-image' instead of 'background' in all '.css' files. Have css-sprite v0.9.9 installed.
-
Fix #139. Remove old files on 'gulp update'.
mshenfield committedAdded a single line to the gulp.js file. The directory './src/images/emoji' is deleted when `gulp update` is called, and then populated from the master branch of emoji-cheat-sheet.com as usual. I ran `gulp clean`, `gulp update`, and `gulp compile`, removing 4 defunct emoji images and a css file inside the 'src/images/emoji' folder. This also removed these items from the 'dist/images/basic' folder, and caused each of the sprit '.png' and '.css' files to be augmented, since 4 fewer images were included. I had some issues with file permissions running these commands. The were saved to disk with permissions `rw-r--r--` (644). I had to manually change them back to their original permissions of `rwxrwxr-x` (755). Some files were also 644 by default, including `dist/css/basic/emojify[.min].css` and `dist/js/emojify[.min].js`. I did not include the `dist/css/data-uri/` folder, though the '.css' files were also changed by removing sprites. For some reason, the `background` attribute was replaced by `background-image`. I'll commit them next, and can push them up as needed.
Commits on Jun 12, 2015
-
hassankhan committed
Commits on May 20, 2015
-
hassankhan committed
-
hassankhan committed
Commits on May 17, 2015
-
atsushi-kambayashi committed
Commits on May 15, 2015
-
atsushi-kambayashi committed
-
atsushi-kambayashi committed
Commits on Mar 24, 2015
-
Merge pull request #126 from 42School/develop
hassankhan committedPreventing the className calls on SVG elements
Commits on Mar 12, 2015
-
Instead of a standard dom node, the `className` method on a SVG eleme…
lambda2 committed…nt will return an `SVGAnimatedString` instead of a string, wich doesnt implements the `match` method.
Commits on Feb 10, 2015
-
hassankhan committed
Commits on Feb 9, 2015
-
Merge branch 'master' into develop
hassankhan committed -
hassankhan committed
NewerOlder