summaryrefslogtreecommitdiffstats
path: root/livereload/livereload.js
AgeCommit message (Collapse)Author
2024-05-10 livereload: Improve the livereload script build and update to v4.0.2Bjørn Erik Pedersen
This script has very infrequent updates, but just copy pasting the minified source creates some potential trust issues. This JS will now be pulled from a Git version and both the unminified and minified version gets written to disk. This way it should be easier to reason about changes in the future. To upgrade, change the commit hash and run `mage generate`. Closes #12451 Closes #6290
2022-07-26Externalise and embed livereload.js stringTakeshi Sato
This is a small refactoring. `livereload/livereload.go` has a wide column. Sometimes language server does not work because of it. Create a new js file and embed it.