diff --git a/.bra.toml b/.bra.toml index ef1a925158d..5ff554bfc75 100644 --- a/.bra.toml +++ b/.bra.toml @@ -3,7 +3,7 @@ init_cmds = [ ["go", "build", "-o", "./bin/grafana-server"], ["./bin/grafana-server"] ] -watch_all = true +watch_all = false watch_dirs = [ "$WORKDIR/pkg", "$WORKDIR/public/views", diff --git a/package.json b/package.json index 7a358ce3e04..22a517747b2 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "grunt-git-describe": "~2.3.2", "grunt-karma": "~0.12.1", "grunt-ng-annotate": "^1.0.1", + "grunt-notify": "^0.4.3", "grunt-string-replace": "~1.2.1", "grunt-systemjs-builder": "^0.2.5", "grunt-tslint": "^3.0.1", diff --git a/public/app/features/datasources/partials/edit.html b/public/app/features/datasources/partials/edit.html index 00706cb4de5..f59178184c5 100644 --- a/public/app/features/datasources/partials/edit.html +++ b/public/app/features/datasources/partials/edit.html @@ -11,17 +11,17 @@