web
web copied to clipboard
[dev-server] log warning when trying to watch incomplete html
I just tried the watch feature and it didn't work...
stupid me had a test HTML file with only foo in it... no <html>, <head> or <body> 😅
and without that, it doesn't work... e.g. no reload is happening if the file changes - would be nice to log a warning something like "watch does not work for html files without body" or so