1
0
Fork 0
forked from github/pelican

Remove redundant LESS_COMPILER setting

This commit is contained in:
Meir Kriheli 2012-04-28 03:25:54 +03:00
commit f558389006
5 changed files with 11 additions and 8 deletions

View file

@ -68,7 +68,6 @@ _DEFAULT_CONFIG = {'PATH': '.',
'ARTICLE_PERMALINK_STRUCTURE': '',
'TYPOGRIFY': False,
'LESS_GENERATOR': False,
'LESS_COMPILER': '/usr/bin/lessc',
}