From a757df8f553a0b63c7fe11cc4e903ed3163e0575 Mon Sep 17 00:00:00 2001 From: Tatsuyuki Ishi Date: Thu, 27 Jul 2017 19:40:21 +0900 Subject: [PATCH] Use sassc for django-compressor --- web/mailman-web/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/mailman-web/settings.py b/web/mailman-web/settings.py index a7ebba1..dca9c8f 100644 --- a/web/mailman-web/settings.py +++ b/web/mailman-web/settings.py @@ -281,8 +281,8 @@ SOCIALACCOUNT_PROVIDERS = { # COMPRESS_PRECOMPILERS = ( ('text/less', 'lessc {infile} {outfile}'), - ('text/x-scss', 'sass -t compressed {infile} {outfile}'), - ('text/x-sass', 'sass -t compressed {infile} {outfile}'), + ('text/x-scss', 'sassc -t compressed {infile} {outfile}'), + ('text/x-sass', 'sassc -t compressed {infile} {outfile}'), ) # On a production setup, setting COMPRESS_OFFLINE to True will bring a