mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-06 06:07:11 +02:00
go-bindata debug clarification (#4411)
Signed-off-by: Stafford Williams <stafford.williams@gmail.com>
This commit is contained in:
parent
6a464ae174
commit
286a8e0554
@ -4,7 +4,8 @@ using the go-bindata tool (c.f. Makefile).
|
|||||||
|
|
||||||
During development it is more convenient to always use the files on disk to
|
During development it is more convenient to always use the files on disk to
|
||||||
directly see changes without recompiling.
|
directly see changes without recompiling.
|
||||||
Set the environment variable `DEBUG=1` and run `make assets` for this to work.
|
To make this work, set the environment variable `DEBUG=1`, run `make assets`, and then `make build`.
|
||||||
|
|
||||||
This will put `go-bindata` in DEBUG mode where it serves from your local filesystem.
|
This will put `go-bindata` in DEBUG mode where it serves from your local filesystem.
|
||||||
This is for development purposes only.
|
This is for development purposes only.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user