From 0688d7ca9f4b12f6805b68111cf68f571f7a1f38 Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 1 Mar 2016 15:14:04 +0800 Subject: [PATCH 1/2] Moving from raintank to grafana, rebranded in Grafana orange --- .bra.toml | 2 +- public/img/loading-pulse.svg | 38 ++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 public/img/loading-pulse.svg diff --git a/.bra.toml b/.bra.toml index 540192089843..f56e88fb02ad 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 = true +watch_all = false watch_dirs = [ "$WORKDIR/pkg", "$WORKDIR/public/views", diff --git a/public/img/loading-pulse.svg b/public/img/loading-pulse.svg new file mode 100644 index 000000000000..06f75f165858 --- /dev/null +++ b/public/img/loading-pulse.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + \ No newline at end of file From 2b668e628a8130e15a6cbcd9cc6d043c55ea7f59 Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 1 Mar 2016 15:14:50 +0800 Subject: [PATCH 2/2] Shame, bra toml --- .bra.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bra.toml b/.bra.toml index f56e88fb02ad..540192089843 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",