mirror of
https://github.com/pretix/pretix.git
synced 2026-05-11 16:13:59 +00:00
Fixed wrongfully committed settings change
This commit is contained in:
@@ -308,7 +308,7 @@ COMPRESS_PRECOMPILERS = (
|
|||||||
('text/x-scss', 'django_libsass.SassCompiler'),
|
('text/x-scss', 'django_libsass.SassCompiler'),
|
||||||
)
|
)
|
||||||
|
|
||||||
COMPRESS_ENABLED = COMPRESS_OFFLINE = True
|
COMPRESS_ENABLED = COMPRESS_OFFLINE = not debug_fallback
|
||||||
|
|
||||||
COMPRESS_CSS_FILTERS = (
|
COMPRESS_CSS_FILTERS = (
|
||||||
'compressor.filters.css_default.CssAbsoluteFilter',
|
'compressor.filters.css_default.CssAbsoluteFilter',
|
||||||
|
|||||||
Reference in New Issue
Block a user