mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Move Webassets in a plugin
This commit is contained in:
parent
1b20319074
commit
4cfb0cd24e
5 changed files with 66 additions and 48 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue