Commit 9f93c3c2 by Brian Talbot

Merge pull request #1012 from edx/fix/frances/sass-debug-off

Dev Environment: Disabling Sass Debug Mode
parents 08cb4694 111a6ae5
......@@ -45,7 +45,7 @@ def sass_cmd(watch=false, debug=false)
sass_watch_paths << THEME_SASS
end
"sass #{debug ? '--debug-info' : '--style compressed'} " +
"sass #{debug ? '' : '--style compressed'} " +
"--load-path #{sass_load_paths.join(' ')} " +
"#{watch ? '--watch' : '--update'} -E utf-8 #{sass_watch_paths.join(' ')}"
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment