Compass - CSS files caching -


compass appends unique id sprites everytime new image appears in compass images folder. same behavior available css files ? css file named mystyle-12343321.css instead of mystyle.css

thanks !

as detailed scott davis (compass core team dev), in compass github issue (opened myself) :

it's not cache buster in sense of web it's uniqueness hash. it's how compass tracks changes sprite file know if needs recompiled

so answer no, compass not support cache busting.


Comments