From 286a8e0554f08c7f210f230d4bb9fd9780a51739 Mon Sep 17 00:00:00 2001 From: Stafford Williams Date: Tue, 24 Jul 2018 23:01:56 +1000 Subject: [PATCH] go-bindata debug clarification (#4411) Signed-off-by: Stafford Williams --- web/ui/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/ui/README.md b/web/ui/README.md index e6189bb434..f84ed9395c 100644 --- a/web/ui/README.md +++ b/web/ui/README.md @@ -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 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 is for development purposes only.