github.com/thanos-io/thanos@v0.32.5/pkg/ui/README.md (about)

     1  The `ui` package contains static files and templates used in the web UI. For
     2  easier distribution they are statically compiled into the Thanos binary
     3  using the go-bindata tool (c.f. Makefile).
     4  
     5  During development it is more convenient to always use the files on disk to
     6  directly see changes without recompiling.
     7  Set the environment variable `DEBUG=1` and compile Thanos for this to work.
     8  This is for development purposes only.
     9  
    10  After making changes to any file, run `make assets` before committing to update
    11  the generated inline version of the file.