helix-cli
helix-cli copied to clipboard
auto-reload on `.html` resources
currently it seems that instant auto reload of .js and .css doesn't work when working on .html. i don't think there is a downside of also supporting auto reload of changed resources for those cases.
it looks like we would need to add the injection of livereload.js for static .html resources as well, which seems to change the flow a little bit here: https://github.com/adobe/helix-cli/blob/34852168091fe1cc57e7aefedefc3d59a4a02ed1/src/server/HelixServer.js#L73
We can do this as a follow-up to #2594
PR #2599 has been created to implement HTML auto-reload functionality. All tests are passing, though there's a CodeQL alert about potential path injection that appears to be a false positive since we have proper path validation in place.
:tada: This issue has been resolved in version 16.15.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket: