[mailman3] Enable compression of static files
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
16f8d40075
commit
76c5454fc4
1 changed files with 1 additions and 0 deletions
|
@ -286,6 +286,7 @@ GRAVATAR_DEFAULT_SECURE = True
|
|||
# django-compressor
|
||||
# https://pypi.python.org/pypi/django_compressor
|
||||
#
|
||||
COMPRESS_ENABLED = True
|
||||
COMPRESS_PRECOMPILERS = (
|
||||
('text/less', 'lessc {infile} {outfile}'),
|
||||
('text/x-scss', 'sassc -t compressed {infile} {outfile}'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue