mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
ba1e688729
commit
5a74a2e4e1
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user