The work around is to poke a python file which will trigger the watcher to restart the server.
Restarting the server is still slow, but better than doing it all manually.
What would be best is either:
don't cache html templates at all
can the watcher notice when html files are changed and restart, is that performant?
The work around is to poke a python file which will trigger the watcher to restart the server. Restarting the server is still slow, but better than doing it all manually.
What would be best is either: