Frontend tweaks

This commit is contained in:
Dan Sosedoff
2014-10-13 19:49:43 -05:00
parent e78499551e
commit 5dd26cd8d0
5 changed files with 79 additions and 38 deletions

View File

@@ -5,7 +5,7 @@ build:
dev:
rm -f bindata.go
go-bindata static/...
go-bindata -debug static/...
go build
@echo "You can now execute ./pgweb"