Skip to content

Commit

Permalink
Merge pull request #1619 from hashicorp/b-internal-ui
Browse files Browse the repository at this point in the history
Fixes the static asset generator for new pkg path, updates assets.
  • Loading branch information
slackpad committed Jan 15, 2016
2 parents 8683896 + f24a044 commit b6f03d3
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 108 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ generate: deps
# generates the static web ui
static-assets: deps
@echo "--> Generating static assets"
@go-bindata-assetfs -pkg agent -prefix ui ./ui/dist/...
@go-bindata-assetfs -pkg agent -prefix pkg ./pkg/web_ui/...
@mv bindata_assetfs.go command/agent
$(MAKE) format

Expand Down
Loading

0 comments on commit b6f03d3

Please sign in to comment.