Skip to content

Commit 2d79e39

Browse files
committed
pull in new bindata.go
1 parent 27f769d commit 2d79e39

File tree

2 files changed

+21
-752
lines changed

2 files changed

+21
-752
lines changed

Makefile

+7
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ ui/.build/ui: node_modules/build $(UI)
2929
cp -r ui/assets/* ui/.build/ui
3030
npx webpack $(WEBPACK_ARGS)
3131

32+
.build/bin/go-bindata:
33+
GOPATH=`pwd`/.build go install github.com/go-bindata/go-bindata/...
34+
35+
ui/bindata.go: .build/bin/go-bindata node_modules $(wildcard ui/assets/**/*)
36+
rsync -r ui/assets/* .build/ui
37+
38+
3239
dev: node_modules/build
3340

3441
test:

ui/bindata.go

+14-752
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)