From 2f88b0438ebe4ba35857c4b9a37061c033272060 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Sun, 28 Apr 2013 05:01:18 -0400 Subject: added parser explicitly to the asset compressor --- askbot/setup_templates/settings.py.mustache | 1 + 1 file changed, 1 insertion(+) (limited to 'askbot/setup_templates/settings.py.mustache') diff --git a/askbot/setup_templates/settings.py.mustache b/askbot/setup_templates/settings.py.mustache index afd752fa..f3c0a35b 100644 --- a/askbot/setup_templates/settings.py.mustache +++ b/askbot/setup_templates/settings.py.mustache @@ -303,4 +303,5 @@ if 'ASKBOT_CSS_DEVEL' in locals() and ASKBOT_CSS_DEVEL == True: ) COMPRESS_JS_FILTERS = [] +COMPRESS_PARSER = 'compressor.parser.HtmlParser' JINJA2_EXTENSIONS = ('compressor.contrib.jinja2ext.CompressorExtension',) -- cgit v1.2.3-1-g7c22