alertmanager/ui/app/vendor/github.com/stuartnelson3/guac
Max Leonard Inden 0faf0f531f
Add Elm UI rewrite from github.com/stuartnelson3/am-ui with history
* Including glue between Alertmanager server and Elm UI.
* Rebuilding assets (ui/bindata.go).
* Exact commit: 'bd78de6b16bcefaacf4229304d439b33aa09cc72'
* Subdirectory: ui/app
2017-03-24 17:48:50 +01:00
..
guac.go Add Elm UI rewrite from github.com/stuartnelson3/am-ui with history 2017-03-24 17:48:50 +01:00
README.md Add Elm UI rewrite from github.com/stuartnelson3/am-ui with history 2017-03-24 17:48:50 +01:00

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.