summaryrefslogtreecommitdiffstats
path: root/askbot/setup_templates
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-04-04 19:36:53 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-04-04 19:36:53 -0400
commit44573074201b38f8e26a6f3780fc9dbb406d1ca5 (patch)
treee4d2c9ca057b9a132aa8e0c7de95ba662daf3443 /askbot/setup_templates
parent3c7a2a0caaa01d7ae02ca40cf508b2d29464360c (diff)
downloadaskbot-44573074201b38f8e26a6f3780fc9dbb406d1ca5.tar.gz
askbot-44573074201b38f8e26a6f3780fc9dbb406d1ca5.tar.bz2
askbot-44573074201b38f8e26a6f3780fc9dbb406d1ca5.zip
one more tweak
Diffstat (limited to 'askbot/setup_templates')
-rw-r--r--askbot/setup_templates/settings.py2
-rw-r--r--askbot/setup_templates/settings.py.mustache2
2 files changed, 4 insertions, 0 deletions
diff --git a/askbot/setup_templates/settings.py b/askbot/setup_templates/settings.py
index 5f6063d7..040b329a 100644
--- a/askbot/setup_templates/settings.py
+++ b/askbot/setup_templates/settings.py
@@ -303,3 +303,5 @@ if 'ASKBOT_CSS_DEVEL' in locals() and ASKBOT_CSS_DEVEL == True:
COMPRESS_PRECOMPILERS = (
('text/less', 'lessc {infile} {outfile}'),
)
+
+COMPRESS_JS_FILTERS = []
diff --git a/askbot/setup_templates/settings.py.mustache b/askbot/setup_templates/settings.py.mustache
index 81b1dfb5..3f3ee4b6 100644
--- a/askbot/setup_templates/settings.py.mustache
+++ b/askbot/setup_templates/settings.py.mustache
@@ -294,3 +294,5 @@ if 'ASKBOT_CSS_DEVEL' in locals() and ASKBOT_CSS_DEVEL == True:
COMPRESS_PRECOMPILERS = (
('text/less', 'lessc {infile} {outfile}'),
)
+
+COMPRESS_JS_FILTERS = []