Merge pull request #318 from MeirKriheli/master

Generator to compile less css files
This commit is contained in:
Alexis Metaireau 2012-05-05 17:23:55 -07:00
commit 4370b51f02
7 changed files with 128 additions and 3 deletions

View file

@ -67,6 +67,7 @@ _DEFAULT_CONFIG = {'PATH': '.',
'DEFAULT_STATUS': 'published',
'ARTICLE_PERMALINK_STRUCTURE': '',
'TYPOGRIFY': False,
'LESS_GENERATOR': False,
}