From e31dad8d705da16fe22f7d05ba4ac9d3ca8e6d5b Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Fri, 30 May 2014 23:21:51 +0100 Subject: [PATCH] Undo... --- dss/pipelinesettings.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dss/pipelinesettings.py b/dss/pipelinesettings.py index 42f4e71..71bb894 100644 --- a/dss/pipelinesettings.py +++ b/dss/pipelinesettings.py @@ -3,10 +3,7 @@ PIPELINE_TEMPLATE_FUNC = "_.template" PIPELINE_COMPILERS = ( 'pipeline.compilers.coffee.CoffeeScriptCompiler', ) - -PIPELINE_CSS_COMPRESSOR = 'pipeline.compressors.cssmin.CSSMinCompressor' -PIPELINE_CSSMIN_BINARY = 'cssmin' -PIPELINE_JS_COMPRESSOR = 'pipeline.compressors.slimit.SlimItCompressor' +PIPELINE_JS_COMPRESSOR = 'pipeline.compressors.uglifyjs.UglifyJSCompressor' PIPELINE_CSS = { 'css': {