twolfson / grunt-spritesmith

Grunt task for converting a set of images into a spritesheet and corresponding CSS variables
MIT License
1.14k stars 92 forks source link

Adds cachebusting functionality to generated sprite files #140

Closed therippa closed 9 years ago

therippa commented 9 years ago

Let me fix the build errors...

twolfson commented 9 years ago

This has been discussed in #27. Our preference is to keep spritesmith focused on one thing well which is to generate spritesheets. Anything related to cache busting filenames should be handled in another task. Here are our thoughts for a gulp flavor which could be reused in a grunt or CLI context:

https://github.com/twolfson/gulp.spritesmith/issues/26#issuecomment-71877506