EmojiTwo / emojitwo

Fork of the last fully free EmojiOne™ 2 artwork
https://emojitwo.github.io/
Other
333 stars 54 forks source link

Sprite and bitmap files are not kept up to date #93

Open Crissov opened 7 years ago

Crissov commented 7 years ago

All files in ./sprites, ./png and ./png_...x... should be automatically generated from the sources in ./svg. In Emojione, the individual SVG files would/could actually be generated from .sprites/emojione.sprites.svg via ./sprites/template.svg. Skin color variants should also be automated.

I'm not sure whether this should be done in a make file (which might rely on OS specific features) or, for instance, index.js (which relies on Node.js).

Crissov commented 7 years ago

I have learned about Grunt in the meantime and have build a Gruntfile.js which shall automate these tasks in a platform-independent, JS-based way. It works for the SVG sprite sheet, but somehow not for generating PNGs. Any help would be appreciated.