Removing obsolete reference to lesscpy
The settings file still contains a COMPRESS_PRECOMPILER reference to lesscpy. With the transition to pyscss, this is no longer necessary. Closes-Bug: #1370823 Change-Id: I3baf70a631ef4560570c47d0982c8bc4ee3f8412
This commit is contained in:
parent
a56070d358
commit
94b64b6eb0
@ -186,7 +186,6 @@ STATICFILES_DIRS = (
|
||||
)
|
||||
|
||||
COMPRESS_PRECOMPILERS = (
|
||||
('text/less', 'lesscpy {infile}'),
|
||||
('text/scss', 'django_pyscss.compressor.DjangoScssFilter'),
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user