@tremorvideo/supuraito v5.0.5
Component Supuraito
Contains the build process of V Platform sprites. This takes the sprites in ./sprites/sprites/ and generates a combined image ./dist/sprites.png and ./dist/sprites@2x.png. Check ./dist for the full output.
This package is not a frontend JavaScript package. It does however have LESS assets.
If you're looking for navigation icons, they are in Component Aikon.
Prerequisites
- Python 2.7.9 and above
- glue 0.9.4 and above
- io.js 2.5.0 and above
Upgrading glue
sudo pip install glue --upgradeRunning supuraito
You will need npm packages to be installed local to this project. Run:
npm installPut the icons that you want to add into the respective sprites folder in supuraito.
To run this in Windows:
npm run build-windowsTo run this in Unix / Mac:
npm run build-unixTo add your sprites. In the console's UI directory (see gulp-tasks-imagemin README.md), run
gulp spriteYou should see your new icons generated in http://localhost:7001/bower_components/supuraito/ assuming you've started your local standalone-console server.
Developing for supuraito
- Change the
build.batfile. - Make sure it works for both Windows and UNIX environments.