Commit ecce3e57 by David Ormsbee

Merge pull request #1426 from MITx/debug/dave/sass

Comment out YUI compressor (cause *something* is still causing CSS compression)
parents 2ab3d1b1 818cd3aa
......@@ -545,7 +545,7 @@ STATICFILES_IGNORE_PATTERNS = (
"coffee/*",
)
PIPELINE_YUI_BINARY = 'yui-compressor'
# PIPELINE_YUI_BINARY = 'yui-compressor'
PIPELINE_SASS_BINARY = 'sass'
PIPELINE_COFFEE_SCRIPT_BINARY = 'coffee'
......
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