mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-13 14:57:40 -08:00
Merge pull request #1851 from prometheus/grobie/always-format-assets
Always format generated assets
This commit is contained in:
commit
3a1a5786a8
1
Makefile
1
Makefile
|
@ -64,6 +64,7 @@ assets:
|
|||
@echo ">> writing assets"
|
||||
@$(GO) get -u github.com/jteeuwen/go-bindata/...
|
||||
@go-bindata $(bindata_flags) -pkg ui -o web/ui/bindata.go -ignore '(.*\.map|bootstrap\.js|bootstrap-theme\.css|bootstrap\.css)' web/ui/templates/... web/ui/static/...
|
||||
@$(GO) fmt ./web/ui
|
||||
|
||||
promu:
|
||||
@GOOS=$(shell uname -s | tr A-Z a-z) \
|
||||
|
|
Loading…
Reference in a new issue