started work on new arch

This commit is contained in:
Torkel Ödegaard
2014-10-04 13:33:20 +02:00
parent 5d120de70e
commit a4204880e8
12 changed files with 638 additions and 49 deletions

14
.bra.toml Normal file
View File

@@ -0,0 +1,14 @@
[run]
init_cmds = [["./grafana-pro", "web"]]
watch_all = true
watch_dirs = [
"$WORKDIR/pkg",
"$WORKDIR/views",
]
watch_exts = [".go", ".ini"]
build_delay = 1500
cmds = [
["go", "install"],
["go", "build"],
["./grafana-pro", "web"]
]