0
0
mirror of https://dev.sigpipe.me/dashie/git.txt synced 2025-10-05 23:52:40 +02:00
Files
git.txt/.bra.toml
2017-05-06 11:59:20 +02:00

22 lines
392 B
TOML

[run]
init_cmds = [
["make", "build-dev"],
["./git_txt", "web"]
]
watch_all = true
watch_dirs = [
"$WORKDIR/cmd",
"$WORKDIR/routers",
"$WORKDIR/context",
"$WORKDIR/stuff",
"$WORKDIR/models",
"$WORKDIR/conf/locale",
]
watch_exts = [".go"]
ignore_files = [".+_test.go"]
build_delay = 1500
cmds = [
["make", "build-dev"], # TAGS=sqlite cert pam tidb
["./git_txt", "web"]
]