alertmanager/ui
Max Leonard Inden b3f3ecf803
Improve front-end build process
We generate binaries whenever `make build-all` is run. If they already
exist, we only regenerate them if they are outdated.

When one makes changes to the front-end and runs the single command
`make build-all` on the root level Makefile, the front-end is rebuild
accordingly.

`make build-all` will use Docker to build the front-end. If someone prefers
to install all the dev dependencies on their local machine instead, one
can add the `NO_DOCKER=true` flag.

For folks that only want to make back-end changes `ui/bindata.go` is
checked in, so they do not have to build the front-end. They still use
the `make build` command as before.
2017-07-06 13:43:10 +02:00
..
app Improve front-end build process 2017-07-06 13:43:10 +02:00
lib Serve FontAwesome & Bootstrap ourself 2017-06-07 22:40:18 +02:00
bindata.go Remove timeout for ui requests (#873) (#890) 2017-06-28 00:03:47 +02:00
Dockerfile Fix external web url (#836) 2017-06-07 22:38:39 +02:00
web.go Serve FontAwesome & Bootstrap ourself 2017-06-07 22:40:18 +02:00