aboutsummaryrefslogtreecommitdiffstats
path: root/pack_webui.go
diff options
context:
space:
mode:
Diffstat (limited to 'pack_webui.go')
-rw-r--r--pack_webui.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/pack_webui.go b/pack_webui.go
index 845b150b..bbddeb70 100644
--- a/pack_webui.go
+++ b/pack_webui.go
@@ -3,6 +3,7 @@
package main
import (
+ "fmt"
"log"
"net/http"
"os"
@@ -16,6 +17,8 @@ func main() {
webUIAssets := http.Dir(filepath.Join(cwd, "webui/build"))
+ fmt.Println("Packing Web UI files ...")
+
err := vfsgen.Generate(webUIAssets, vfsgen.Options{
Filename: "webui/packed_assets.go",
PackageName: "webui",