HyperKitty: Prepare the switch from LESS to Sass
This commit is contained in:
parent
c51af535a5
commit
2ab143b07e
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue