Adding the watch flag to webpack (#118)

This commit is contained in:
Mike Stone
2016-09-06 11:23:33 -04:00
committed by Mike Arpaia
parent 9be7eacc73
commit 1e36dabbdc
+1 -1
View File
@@ -26,7 +26,7 @@ generate: .prefix
generate-dev: .prefix
go-bindata -debug -pkg=server -o=server/bindata.go frontend/templates/ build/
$(shell npm bin)/webpack --progress --colors --bail
$(shell npm bin)/webpack --progress --colors --bail --watch
deps:
npm install