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:
David Lyle 2014-09-17 21:27:38 -06:00
parent a56070d358
commit 94b64b6eb0
1 changed files with 0 additions and 1 deletions

View File

@ -186,7 +186,6 @@ STATICFILES_DIRS = (
)
COMPRESS_PRECOMPILERS = (
('text/less', 'lesscpy {infile}'),
('text/scss', 'django_pyscss.compressor.DjangoScssFilter'),
)