Serve assets with bindata

This commit is contained in:
Dan Sosedoff
2014-10-13 14:40:56 -05:00
parent 15c01e0a55
commit f848116e1b
4 changed files with 47 additions and 3 deletions

View File

@@ -1,4 +1,6 @@
build:
rm -f bindata.go
go-bindata static/...
gox -osarch="darwin/amd64" -output="./bin/pgweb_{{.OS}}_{{.Arch}}"
deps: