Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
0976a46c
Unverified
Commit
0976a46c
authored
Apr 17, 2018
by
Carl Bergquist
Committed by
GitHub
Apr 17, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11610 from grafana/davkal/bra-use-build-script
bra should use the proper build script
parents
3a5d1f45
9ca1a945
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.bra.toml
+2
-2
No files found.
.bra.toml
View file @
0976a46c
[run]
init_cmds
=
[
[
"go"
,
"
build"
,
"-o"
,
"./bin/grafana-server"
,
"./pkg/cmd/grafana-server
"
],
[
"go"
,
"
run"
,
"build.go"
,
"build
"
],
[
"./bin/grafana-server"
,
"cfg:app_mode=development"
]
]
watch_all
=
true
...
...
@@ -12,6 +12,6 @@ watch_dirs = [
watch_exts
=
[
".go"
,
".ini"
,
".toml"
]
build_delay
=
1500
cmds
=
[
[
"go"
,
"
build"
,
"-o"
,
"./bin/grafana-server"
,
"./pkg/cmd/grafana-server
"
],
[
"go"
,
"
run"
,
"build.go"
,
"build
"
],
[
"./bin/grafana-server"
,
"cfg:app_mode=development"
]
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment