Currently the dev server won't detect a page as deleted until it is restarted. It would be nice to detect this on the fly (and output an associated message to the command line).
MWE:
- Start dev server, browse to a custom page
- Delete custom page
- Reload custom page in browser and observe no change
- Restart dev server
- Reload index page in browser and observe there is a change
Currently the dev server won't detect a page as deleted until it is restarted. It would be nice to detect this on the fly (and output an associated message to the command line).
MWE: