diff --git a/Makefile b/Makefile index 68c763e2..4103fb3f 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,12 @@ assets: -@$(GO) get -u github.com/jteeuwen/go-bindata/... # Using "-mode 420" and "-modtime 1" to make assets make target deterministic. # It sets all file permissions and time stamps to 420 and 1 - @go-bindata $(bindata_flags) -mode 420 -modtime 1 -pkg ui -o ui/bindata.go ui/app/script.js ui/app/index.html ui/app/favicon.ico + @go-bindata $(bindata_flags) -mode 420 -modtime 1 -pkg ui -o \ + ui/bindata.go ui/app/script.js \ + ui/app/index.html \ + ui/app/favicon.ico \ + ui/lib/... + @go-bindata $(bindata_flags) -mode 420 -modtime 1 -pkg deftmpl -o template/internal/deftmpl/bindata.go template/default.tmpl promu: diff --git a/ui/app/index.html b/ui/app/index.html index 72be7118..4366b302 100644 --- a/ui/app/index.html +++ b/ui/app/index.html @@ -4,8 +4,6 @@ Alertmanager - -