turn watch all back on

This commit is contained in:
Trent White
2016-05-21 13:21:31 -04:00
parent cffcc4c7a5
commit 75940c1f5d

View File

@@ -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",