mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
Rebuild assets before compiling binary
This commit is contained in:
1
Makefile
1
Makefile
@@ -50,6 +50,7 @@ endif
|
||||
touch $@
|
||||
|
||||
bindata_assetfs.go: .build/deps.ok .build/bindata_assetfs.$(GO_BINDATA_MODE) $(ASSET_SOURCES)
|
||||
webpack
|
||||
go-bindata-assetfs $(GO_BINDATA_FLAGS) -prefix assets -nometadata assets/templates/... assets/static/...
|
||||
|
||||
$(NAME): .build/deps.ok bindata_assetfs.go $(SOURCES)
|
||||
|
||||
Reference in New Issue
Block a user