From 9db01fb06cd7bc43816318174a673bca3a294684 Mon Sep 17 00:00:00 2001 From: fefa4ka Date: Sun, 2 Aug 2015 21:04:45 +0300 Subject: [PATCH] fix --- app/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/settings.py b/app/settings.py index 2b50e49..273379e 100644 --- a/app/settings.py +++ b/app/settings.py @@ -101,7 +101,6 @@ PIPELINE_JS = { 'source_filenames': ( 'js/app.js', 'js/forms.js', - ), 'output_filename': 'js/main.js', }, @@ -116,6 +115,7 @@ PIPELINE_JS = { } } +PIPELINE_JS_COMPRESSOR = 'pipeline.compressors.yui.YUICompressor' PIPELINE_CSS = { 'main': {