Move Webassets in a plugin

This commit is contained in:
Simon 2012-11-05 23:40:38 +01:00
commit 4cfb0cd24e
5 changed files with 66 additions and 48 deletions

View file

@ -257,7 +257,7 @@ class TestWebAssets(unittest.TestCase):
self.settings = read_settings(override={
'PATH': os.path.join(CUR_DIR, 'content', 'TestCategory'),
'OUTPUT_PATH': self.temp_path,
'WEBASSETS': True,
'PLUGINS': ['pelican.plugins.assets', ],
'THEME': self.theme_dir,
})
pelican = Pelican(settings=self.settings)