[Python-modules-commits] [django-pipeline] 04/11: Change default compressors
Brian May
bam at moszumanska.debian.org
Wed Mar 23 22:54: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 b429ac4dbc38095262d2fddbbe8e8bf802583606
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