Commit a1af17e4 by Christine Lytwynec

compile sass in quiet mode unless debug=True

parent b211e9fd
......@@ -143,7 +143,7 @@ def compile_sass(debug=False):
if debug:
parts.append("--sourcemap")
else:
parts.append("--style compressed")
parts.append("--style compressed --quiet")
for load_path in SASS_LOAD_PATHS + SASS_DIRS.keys():
parts.append("--load-path {path}".format(path=load_path))
......
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