mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
Merge pull request #3143 from hashicorp/fix_build
Fixed static asset build target and checked in new executable for ass…
This commit is contained in:
commit
695fde556f
@ -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…
x
Reference in New Issue
Block a user