Skip to content

Commit 9ae612e

Browse files
committed
pull out Makefile testing changes
1 parent 2d79e39 commit 9ae612e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Makefile

-7
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@ 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-
3932
dev: node_modules/build
4033

4134
test:

0 commit comments

Comments
 (0)