AssetPlugins now necessitate a restart due to utilizing blueprints
This commit is contained in:
parent
157b78a052
commit
55650cd416
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ class ShutdownPlugin(OctoPrintPlugin):
|
||||||
pass
|
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
|
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
|
be automatically embedded into the pages delivered by the server to be used within the client sided part of
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue