Comment out YUI compressor (cause *something* is still causing CSS compression)

This commit is contained in:
David Ormsbee
2013-02-05 08:58:59 -05:00
parent aeaad6f58d
commit 818cd3aa48

View File

@@ -540,7 +540,7 @@ STATICFILES_IGNORE_PATTERNS = (
"coffee/*",
)
PIPELINE_YUI_BINARY = 'yui-compressor'
# PIPELINE_YUI_BINARY = 'yui-compressor'
PIPELINE_SASS_BINARY = 'sass'
PIPELINE_COFFEE_SCRIPT_BINARY = 'coffee'