From 2ab143b07e17ccedfd4df280c2314b8536c7df39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Thu, 1 Oct 2015 12:47:01 +0000 Subject: [PATCH] HyperKitty: Prepare the switch from LESS to Sass --- roles/mailman/templates/settings.py.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/mailman/templates/settings.py.j2 b/roles/mailman/templates/settings.py.j2 index 9de02e74e9..e3255eeccc 100644 --- a/roles/mailman/templates/settings.py.j2 +++ b/roles/mailman/templates/settings.py.j2 @@ -275,6 +275,8 @@ GRAVATAR_DEFAULT_SECURE = True # COMPRESS_PRECOMPILERS = ( ('text/less', 'lessc {infile} {outfile}'), + ('text/x-scss', 'sassc {infile} {outfile}'), + ('text/x-sass', 'sassc {infile} {outfile}'), ) COMPRESS_OFFLINE = True # needed for debug mode