Browse Source

Remove `assets` target from default `make` execution

go-bindata constantly attempts to update timestamps even though
the file data didn't change.

Fixes #1326
pull/1327/head
Fabian Reinartz 9 years ago
parent
commit
1d58c10b45
  1. 2
      Makefile

2
Makefile

@ -19,7 +19,7 @@ ifdef DEBUG
endif
all: assets format build test
all: format build test
style:
@echo ">> checking code style"

Loading…
Cancel
Save