You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LEKTOR_DEV=1 enables reloading for plugins. However this does not work with the GUI app yet.
mitsuhiko
changed the title
lektor server/lektor build --watch cmd do not reload configs and plugin packages
Document LEKTOR_DEV and support it in GUI App
Apr 10, 2016
This make plugin developing hard.
Reason is simple, lektor command reuse first loaded env, so non-document file was detected change by watchdog but happen nothing.
I want to reload plugins and configs automatically when I changed plugin or config.
The text was updated successfully, but these errors were encountered: