Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 400 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 400 Bytes

Grunt Spriting Example

An example on how to seamlessly use spritesheets with Grunt.

To build, run npm install, then grunt build.

To run, just do node app.

If you change an icon, you can run grunt build again to regenerate the spritesheet.

Described on Pony Foo article Spritesheets, Grunt, and You.