I am using Nunjucks to provide templating. However, when I edit my frontend .html files the server is not reloaded. This makes it difficult to test my templating changes.
There seems to be no way to force a reload, so I have taken to editing comments in the backend just to force a server reload and see my frontend changes. Is there a better way?
yes, you can create a watch.json with your custom watcher rules. For your use case, you might use this one, which includes the default rules and adds a “restart” rule for html files: