mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
[mailman3] Enable compression of static files
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
@@ -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}'),
|
||||
|
||||
Reference in New Issue
Block a user