MINOR Removing compass asset_cache_buster functionality, as it wrongly changes the hashes even if files haven't changed, causing merging hassles - leave cache control to the webserver

This commit is contained in:
Ingo Schommer 2011-12-20 16:12:16 +01:00
parent ac79934077
commit dccbb8b48a
1 changed files with 2 additions and 0 deletions

View File

@ -11,3 +11,5 @@ javascripts_dir = "javascript"
output_style = :compact
# To enable relative paths to assets via compass helper functions. Uncomment:
# relative_assets = true
asset_cache_buster = :none