generate-dev

This commit is contained in:
Mike Arpaia 2016-09-06 11:08:11 -04:00
parent 0a3f29ade5
commit 9be7eacc73

View file

@ -22,7 +22,10 @@ test:
generate: .prefix
go-bindata -pkg=server -o=server/bindata.go frontend/templates/ build/
go-bindata -pkg=kitserver -o=kitserver/bindata.go frontend/templates/ build/
$(shell npm bin)/webpack --progress --colors --bail
generate-dev: .prefix
go-bindata -debug -pkg=server -o=server/bindata.go frontend/templates/ build/
$(shell npm bin)/webpack --progress --colors --bail
deps: