mirror of https://github.com/prometheus/prometheus
Merge pull request #1851 from prometheus/grobie/always-format-assets
Always format generated assetspull/1855/head
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 New Issue