Set default encoding for compass

See https://github.com/haml/haml/issues/269. Seems that OS X Mavericks causes this to occur, even when system default is set to utf-8.

Force encoding in admin scss as well
This commit is contained in:
Loz Calver 2013-10-29 10:49:48 +00:00
parent ba1e688729
commit 5a74a2e4e1
2 changed files with 6 additions and 2 deletions

View File

@ -17,4 +17,6 @@ relative_assets = true
# to be verbose # to be verbose
line_comments = false line_comments = false
asset_cache_buster :none asset_cache_buster :none
Encoding.default_external = "utf-8"

View File

@ -17,4 +17,6 @@ relative_assets = true
# to be verbose # to be verbose
line_comments = false line_comments = false
asset_cache_buster :none asset_cache_buster :none
Encoding.default_external = "utf-8"