Fixing make generate-dev (#492)

This commit adds the SQL bindata file generation to generate-dev
This commit is contained in:
Mike Arpaia 2016-11-16 09:56:40 -08:00 committed by GitHub
parent 587d5c9a09
commit bf4ee40c41

View file

@ -127,6 +127,7 @@ generate-dev: .prefix
go-bindata -debug -pkg=service \
-o=server/service/bindata.go \
frontend/templates/ assets/...
go-bindata -o=server/datastore/mysql/bindata.go -pkg=mysql db/
webpack --progress --colors --watch --notify
deps: