From 2ad3ec18b868d0685ead822ecd42967c0967b382 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Fri, 28 Jul 2017 23:23:37 -0700 Subject: [PATCH] Rebuild assets before compiling binary --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 00b279af6..240da76ce 100644 --- a/Makefile +++ b/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)