From 0f7d6a780a132f36a01e84a2ee6a334a493fcfd4 Mon Sep 17 00:00:00 2001 From: Matt Date: Sat, 20 Feb 2016 10:15:41 -0500 Subject: [PATCH] Backed out the bra toml file --- .bra.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bra.toml b/.bra.toml index f56e88fb02a..54019208984 100644 --- a/.bra.toml +++ b/.bra.toml @@ -3,7 +3,7 @@ init_cmds = [ ["go", "build", "-o", "./bin/grafana-server", "./pkg/cmd/grafana-server"], ["./bin/grafana-server"] ] -watch_all = false +watch_all = true watch_dirs = [ "$WORKDIR/pkg", "$WORKDIR/public/views",