mirror of
https://github.com/prometheus/alertmanager
synced 2025-01-24 23:13:18 +00:00
0faf0f531f
* Including glue between Alertmanager server and Elm UI. * Rebuilding assets (ui/bindata.go). * Exact commit: 'bd78de6b16bcefaacf4229304d439b33aa09cc72' * Subdirectory: ui/app |
||
---|---|---|
.. | ||
guac.go | ||
README.md |
guac
guac watches a directory tree for changes and executes a function whenever a file is added, removed, or modified.
use
create a go program that imports guac and any of the guac packages you want (or your own arbitrary callback).
check out the examples folder for an example that concatenates all css and js files into single application.css
and application.js
files.