Skip to content

Commit

Permalink
Set default encoding for compass
Browse files Browse the repository at this point in the history
See haml/haml#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
  • Loading branch information
kinglozzer committed Oct 30, 2013
1 parent ba1e688 commit 5a74a2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion admin/config.rb
Expand Up @@ -17,4 +17,6 @@
# to be verbose
line_comments = false

asset_cache_buster :none
asset_cache_buster :none

Encoding.default_external = "utf-8"
4 changes: 3 additions & 1 deletion config.rb
Expand Up @@ -17,4 +17,6 @@
# to be verbose
line_comments = false

asset_cache_buster :none
asset_cache_buster :none

Encoding.default_external = "utf-8"

0 comments on commit 5a74a2e

Please sign in to comment.