Merge pull request #141 from edx/feanil/sass_unicode
Default to unicode for sass compilation.
This commit is contained in:
@@ -52,7 +52,7 @@ def sass_cmd(watch=false, debug=false)
|
||||
"sass #{debug ? '--debug-info' : '--style compressed'} " +
|
||||
"--load-path #{sass_load_paths.join(' ')} " +
|
||||
"--require ./common/static/sass/bourbon/lib/bourbon.rb " +
|
||||
"#{watch ? '--watch' : '--update'} #{sass_watch_paths.join(' ')}"
|
||||
"#{watch ? '--watch' : '--update'} -E utf-8 #{sass_watch_paths.join(' ')}"
|
||||
end
|
||||
|
||||
desc "Compile all assets"
|
||||
|
||||
Reference in New Issue
Block a user