Open Crissov opened 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.
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).