HyperKitty: Prepare the switch from LESS to Sass

This commit is contained in:
Aurélien Bompard 2015-10-01 12:47:01 +00:00
parent c51af535a5
commit 2ab143b07e

View file

@ -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