mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Set default encoding for compass
See https://github.com/silverstripe/silverstripe-framework/pull/2620
This commit is contained in:
parent
a24d84a6df
commit
634ee2e8b6
@ -13,4 +13,6 @@ line_comments = false
|
|||||||
# 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
|
asset_cache_buster = :none
|
||||||
|
|
||||||
|
Encoding.default_external = "utf-8"
|
||||||
|
Loading…
Reference in New Issue
Block a user