summaryrefslogtreecommitdiffstats
path: root/.bra.toml
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-07-26 00:24:27 -0400
committerUnknwon <joe2010xtmf@163.com>2014-07-26 00:24:27 -0400
commit8dd07c0ddd99ae626a1ec8c06f75f27fed51269f (patch)
tree261d3c9911dabc58c1ac54e4e36b3dee24d2032b /.bra.toml
parent0a739cf9ac901f54484c34bba8322418dedb09b0 (diff)
downloadgitea-8dd07c0ddd99ae626a1ec8c06f75f27fed51269f.tar.gz
gitea-8dd07c0ddd99ae626a1ec8c06f75f27fed51269f.zip
New UI merge in progress
Diffstat (limited to '.bra.toml')
-rw-r--r--.bra.toml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.bra.toml b/.bra.toml
new file mode 100644
index 0000000000..a5afa27675
--- /dev/null
+++ b/.bra.toml
@@ -0,0 +1,17 @@
+[run]
+init_cmds = [["./gogs", "web"]]
+watch_all = true
+watch_dirs = [
+ "$WORKDIR/conf/locale",
+ "$WORKDIR/cmd",
+ "$WORKDIR/models",
+ "$WORKDIR/modules",
+ "$WORKDIR/routers"
+]
+watch_exts = [".go", ".ini"]
+build_delay = 1500
+cmds = [
+ ["go", "install"],
+ ["go", "build"],
+ ["./gogs", "web"]
+] \ No newline at end of file