Fixed static asset build target and checked in new executable for assetfs
This commit is contained in:
parent
fc2d0f9f3e
commit
ea1f301661
|
@ -81,8 +81,8 @@ ui:
|
||||||
# generates the static web ui that's compiled into the binary
|
# generates the static web ui that's compiled into the binary
|
||||||
static-assets:
|
static-assets:
|
||||||
@echo "--> Generating static assets"
|
@echo "--> Generating static assets"
|
||||||
@go-bindata-assetfs -pkg agent -prefix pkg ./pkg/web_ui/...
|
@go-bindata-assetfs -pkg agent -prefix pkg ui/...
|
||||||
@mv bindata_assetfs.go command/agent
|
@mv bindata_assetfs.go agent/
|
||||||
$(MAKE) format
|
$(MAKE) format
|
||||||
|
|
||||||
tools:
|
tools:
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue