Inject the reload scriipt into the head if injectLiveReload is set.

This commit is contained in:
2025-03-04 20:50:21 +01:00
parent 4b0bfa8e4c
commit a3cebd2b3e
9 changed files with 260 additions and 144 deletions

View File

@ -26,7 +26,7 @@ func main() {
app := &cli.App{
Name: "gowebbuild",
Usage: "All in one tool to build web frontend projects.",
Version: "6.2.1",
Version: "7.0.0",
Authors: []*cli.Author{{
Name: "trading-peter (https://github.com/trading-peter)",
}},