mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
generate-dev
This commit is contained in:
parent
0a3f29ade5
commit
9be7eacc73
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue