Set default encoding for compass

See https://github.com/silverstripe/silverstripe-framework/pull/2620
This commit is contained in:
Loz Calver 2013-10-29 10:51:01 +00:00
parent a24d84a6df
commit 634ee2e8b6
1 changed files with 3 additions and 1 deletions

View File

@ -13,4 +13,6 @@ line_comments = false
# To enable relative paths to assets via compass helper functions. Uncomment:
# relative_assets = true
asset_cache_buster = :none
asset_cache_buster = :none
Encoding.default_external = "utf-8"