From 818cd3aa48c807976e5b5e0953c360e1fd734cd4 Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Tue, 5 Feb 2013 08:58:59 -0500 Subject: [PATCH] Comment out YUI compressor (cause *something* is still causing CSS compression) --- lms/envs/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index db22ecdfa3..aa125b06e2 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -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'