Skip to content

Commit

Permalink
nsqadmin: fix bindata asset paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiferson committed Oct 13, 2020
1 parent e840be6 commit def011f
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 56 deletions.
4 changes: 2 additions & 2 deletions nsqadmin/README.md
Expand Up @@ -17,8 +17,8 @@ Read the [docs](https://nsq.io/components/nsqadmin.html)

1. `$ npm install`
2. `$ ./gulp --series clean watch` or `$ ./gulp --series clean build`
3. `$ go-bindata --debug --pkg=nsqadmin --prefix=static/build static/build/...`
3. `$ go-bindata --debug --pkg=nsqadmin --prefix=static/build/ static/build/...`
4. `$ go build ../apps/nsqadmin && ./nsqadmin`
5. make changes (repeat step 4 only if you make changes to any Go code)
6. `$ go-bindata --pkg=nsqadmin --prefix=static/build static/build/...`
6. `$ go-bindata --pkg=nsqadmin --prefix=static/build/ static/build/...`
7. commit other changes and `bindata.go`
106 changes: 52 additions & 54 deletions nsqadmin/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit def011f

Please sign in to comment.