Compass uses chunky_png to render the sprites. It adds a hash to the end of the file to force caches to download the new image sprites. Is there a way to turn this cache bus
Better solution can be found in another similar question.
It's better because:
.css
auto generated file. It's generated with correct name from beginning.cp
(copy) of generated sprite with hash and it stays in file system / repo as duplicate which is quite bad. Additionally it's still seen as changed with local repo so you commit two identical files. Solution could do mv
to change generated hash file name to clear one, but in this case sprite would be generated every time you use it in .scss
file so it's even worse.