Merge pull request #2620 from kinglozzer/patch-2

Set default encoding for compass
This commit is contained in:
Ingo Schommer 2013-10-30 09:36:46 -07:00
commit d445c7e369
2 changed files with 6 additions and 2 deletions

View File

@ -17,4 +17,6 @@ relative_assets = true
# to be verbose
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
line_comments = false
asset_cache_buster :none
asset_cache_buster :none
Encoding.default_external = "utf-8"