mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
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:
parent
ac79934077
commit
dccbb8b48a
@ -11,3 +11,5 @@ javascripts_dir = "javascript"
|
|||||||
output_style = :compact
|
output_style = :compact
|
||||||
# To enable relative paths to assets via compass helper functions. Uncomment:
|
# To enable relative paths to assets via compass helper functions. Uncomment:
|
||||||
# relative_assets = true
|
# relative_assets = true
|
||||||
|
|
||||||
|
asset_cache_buster = :none
|
Loading…
Reference in New Issue
Block a user