[Python-modules-commits] [django-pipeline] 03/06: Change default compressors

Brian May bam at moszumanska.debian.org
Wed Apr 6 02:59:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

bam pushed a commit to branch master
in repository django-pipeline.

commit e4b97bb92c2b60eace913fc18e0a23fc44d04b9c
Author: Brian May <bam at debian.org>
Date:   Thu Mar 24 09:14:37 2016 +1100

    Change default compressors
    
    Replace default compressors with compressors available in Debian main.
---
 pipeline/conf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pipeline/conf.py b/pipeline/conf.py
index b6dd5b7..6d51b65 100644
--- a/pipeline/conf.py
+++ b/pipeline/conf.py
@@ -25,8 +25,8 @@ DEFAULTS = {
 
     'SHOW_ERRORS_INLINE': _settings.DEBUG,
 
-    'CSS_COMPRESSOR': 'pipeline.compressors.yuglify.YuglifyCompressor',
-    'JS_COMPRESSOR': 'pipeline.compressors.yuglify.YuglifyCompressor',
+    'CSS_COMPRESSOR': 'pipeline.compressors.cssmin.CSSMinCompressor',
+    'JS_COMPRESSOR': 'pipeline.compressors.jsmin.JSMinCompressor',
     'COMPILERS': [],
 
     'STYLESHEETS': {},

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-pipeline.git



More information about the Python-modules-commits mailing list