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