Commit 111a6ae5 by Frances Botsford Committed by Brian Talbot

turning off sass debug mode in assets.rake

parent 08cb4694
...@@ -45,7 +45,7 @@ def sass_cmd(watch=false, debug=false) ...@@ -45,7 +45,7 @@ def sass_cmd(watch=false, debug=false)
sass_watch_paths << THEME_SASS sass_watch_paths << THEME_SASS
end end
"sass #{debug ? '--debug-info' : '--style compressed'} " + "sass #{debug ? '' : '--style compressed'} " +
"--load-path #{sass_load_paths.join(' ')} " + "--load-path #{sass_load_paths.join(' ')} " +
"#{watch ? '--watch' : '--update'} -E utf-8 #{sass_watch_paths.join(' ')}" "#{watch ? '--watch' : '--update'} -E utf-8 #{sass_watch_paths.join(' ')}"
end 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