Fixed wrongfully committed settings change

This commit is contained in:
Raphael Michel
2016-09-21 13:31:10 +02:00
parent 3181aa75c2
commit 912a81d120

View File

@@ -308,7 +308,7 @@ COMPRESS_PRECOMPILERS = (
('text/x-scss', 'django_libsass.SassCompiler'),
)
COMPRESS_ENABLED = COMPRESS_OFFLINE = True
COMPRESS_ENABLED = COMPRESS_OFFLINE = not debug_fallback
COMPRESS_CSS_FILTERS = (
'compressor.filters.css_default.CssAbsoluteFilter',