Skip to content

Commit

Permalink
Move assets generation to top level make file
Browse files Browse the repository at this point in the history
  • Loading branch information
fabxc committed Sep 17, 2015
1 parent 5127963 commit 92ffead
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 82 deletions.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,9 @@ build:
docker:
@docker build -t prometheus:$(shell git rev-parse --short HEAD) .

assets:
@$(GO) get github.com/jteeuwen/go-bindata/...
@$(GO) generate ./web/blob

.PHONY: format build test vet docker

.PHONY: format build test vet docker assets
1 change: 0 additions & 1 deletion web/.gitignore

This file was deleted.

27 changes: 0 additions & 27 deletions web/Makefile

This file was deleted.

106 changes: 53 additions & 53 deletions web/blob/files.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 92ffead

Please sign in to comment.