AssetPlugins now necessitate a restart due to utilizing blueprints

This commit is contained in:
Gina Häußge 2015-06-03 18:25:27 +02:00
parent 157b78a052
commit 55650cd416

View file

@ -118,7 +118,7 @@ class ShutdownPlugin(OctoPrintPlugin):
pass
class AssetPlugin(OctoPrintPlugin, ReloadNeedingPlugin):
class AssetPlugin(OctoPrintPlugin, RestartNeedingPlugin):
"""
The ``AssetPlugin`` mixin allows plugins to define additional static assets such as Javascript or CSS files to
be automatically embedded into the pages delivered by the server to be used within the client sided part of