From d19cc367171ea27e9b7ad8a243441269426b5ce4 Mon Sep 17 00:00:00 2001 From: Jens Kadenbach Date: Mon, 21 Apr 2014 22:40:07 +0200 Subject: [PATCH] Disable yuglify for JS until it works with jquery again See https://github.com/yui/yuglify/issues/19 --- pypo/settings.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pypo/settings.py b/pypo/settings.py index 58700f5..8e0d2b5 100644 --- a/pypo/settings.py +++ b/pypo/settings.py @@ -90,7 +90,7 @@ PIPELINE_JS = { 'components': { 'source_filenames': ( - 'jquery/dist/jquery.min.js', + 'jquery/dist/jquery.js', 'bootstrap/dist/js/bootstrap.js', 'jquery-ui/ui/jquery-ui.js', 'bootstrap-tokenfield/dist/bootstrap-tokenfield.js', @@ -108,6 +108,10 @@ }, } +# Disable yuglify until it works with jquery again +# https://github.com/yui/yuglify/issues/19 +PIPELINE_JS_COMPRESSOR = None + PIPELINE_CSS = { 'all': { 'source_filenames': (