From 23f101af54b29d73dc833cece4f3902ef0c553f5 Mon Sep 17 00:00:00 2001 From: fefa4ka Date: Sun, 2 Aug 2015 23:00:41 +0300 Subject: [PATCH] blala --- app/settings.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/settings.py b/app/settings.py index 1743c18..edfdaae 100644 --- a/app/settings.py +++ b/app/settings.py @@ -109,14 +109,14 @@ PIPELINE_JS = { 'vendor/angular/angular.js', 'vendor/angular-bootstrap/ui-bootstrap.js', 'vendor/angular-bootstrap/ui-bootstrap-tpls.js', - 'vendor/jquery/dist/jquery.js', + # 'vendor/jquery/dist/jquery.js', ), 'output_filename': 'js/vendor.js', } } -PIPELINE_JS_COMPRESSOR = 'pipeline.compressors.yui.YUICompressor' -PIPELINE_YUI_BINARY = '/usr/bin/yui-compressor' +# PIPELINE_JS_COMPRESSOR = 'pipeline.compressors.yui.YUICompressor' +# PIPELINE_YUI_BINARY = '/usr/bin/yui-compressor' PIPELINE_CSS = { 'main': { 'source_filenames': (