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

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -