old emoji not removed on 'gulp update'
mshenfield opened this issue · 1 comments
mshenfield commented
Emoji are kept in sync with the emoji-cheat-sheet master branch using the gulp update
task, which pulls down a zip archive of the latest emoji from the emoji-cheatsheet.com repo. It adds the images in the archive to src/images/emoji
, but doesn't delete old ones that are no longer there.
There are 3 defunct emoji images (109, white_square, and wink2) in the repo that should be removed, and the gulp update
task should be augmented to empty the src/images/emoji
directory before adding in new emoji.
hassankhan commented
+1 will need to check this out, I didn't think it worked that way