mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-18 06:03:54 +03:00
Activating sass on compressor
This commit is contained in:
parent
19936f7a84
commit
944d9957d6
@ -186,8 +186,8 @@ COMPRESS_OUTPUT_DIR = 'cache'
|
|||||||
COMPRESS_PRECOMPILERS = (
|
COMPRESS_PRECOMPILERS = (
|
||||||
('text/coffeescript', 'coffee --compile --stdio'),
|
('text/coffeescript', 'coffee --compile --stdio'),
|
||||||
('text/less', 'lessc {infile} {outfile}'),
|
('text/less', 'lessc {infile} {outfile}'),
|
||||||
# ('text/x-sass', 'sass {infile} {outfile}'),
|
('text/x-sass', 'sass {infile} {outfile}'),
|
||||||
# ('text/x-scss', 'sass --scss {infile} {outfile}'),
|
('text/x-scss', 'sass --scss {infile} {outfile}'),
|
||||||
# ('text/stylus', 'stylus < {infile} > {outfile}'),
|
# ('text/stylus', 'stylus < {infile} > {outfile}'),
|
||||||
# ('text/foobar', 'path.to.MyPrecompilerFilter'),
|
# ('text/foobar', 'path.to.MyPrecompilerFilter'),
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user