Skip to content

Commit

Permalink
Always format generated assets
Browse files Browse the repository at this point in the history
It's easy to forget formatting assets after re-generating them, so let's
do this automatically.
  • Loading branch information
grobie committed Jul 27, 2016
1 parent 5416518 commit 4042392
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit 4042392

Please sign in to comment.