Open JanVUlrich opened 5 years ago
Pelican server fails to start with the following error message:
WARNING: assets failed to load dependency webassets.assets plugin not loaded.
assets
webassets
-> Modified: content, [static]extra, theme, settings. re-generating... WARNING: Caught exception "TemplateSyntaxError: Encountered unknown tag 'assets'.". Reloading.
That's strange, the webassets package should have been installed Did you pipenv install and run the server using pipenv run or after pipenv shell?
pipenv install
pipenv run
pipenv shell
Pelican server fails to start with the following error message:
WARNING:
assets
failed to load dependencywebassets
.assets
plugin not loaded.-> Modified: content, [static]extra, theme, settings. re-generating... WARNING: Caught exception "TemplateSyntaxError: Encountered unknown tag 'assets'.". Reloading.