aboutsummaryrefslogtreecommitdiffstats
path: root/community/vault/static-assets.patch
blob: af76e67dbec3cf6ea569822f0048f5ce1fb47674 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
This patch removes the custom output name option that is handled properly only
in the master branch of go-bindata-assetfs (see https://github.com/elazarl/go-bindata-assetfs/pull/32)
diff --git a/Makefile b/Makefile
index 8a72e5f70..4055122f4 100644
--- a/Makefile
+++ b/Makefile
@@ -136,9 +136,8 @@

 static-assets:
	@echo "--> Generating static assets"
-	@go-bindata-assetfs -o bindata_assetfs.go -pkg http -prefix pkg -modtime 1480000000 -tags ui ./pkg/web_ui/...
+	@go-bindata-assetfs -pkg http -prefix pkg -modtime 1480000000 -tags ui ./pkg/web_ui/...
	@mv bindata_assetfs.go http
-	@$(MAKE) -f $(THIS_FILE) fmt

 test-ember:
        @echo "--> Installing JavaScript assets"