aboutsummaryrefslogtreecommitdiffstats
path: root/.bra.toml
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-03-20 03:20:05 -0400
committerUnknwon <u@gogs.io>2015-03-20 03:20:05 -0400
commitb6f8b486c79a46219dd1d2f3136c411594cc8f6d (patch)
tree4f2162494661fad4cab02208155060ff6e0f5bf9 /.bra.toml
parent62e436e6b7a41bac2e17a26f08649c144cef5b57 (diff)
downloadgitea-b6f8b486c79a46219dd1d2f3136c411594cc8f6d.tar.gz
gitea-b6f8b486c79a46219dd1d2f3136c411594cc8f6d.zip
add sr-only class, change to new tag line
Diffstat (limited to '.bra.toml')
-rw-r--r--.bra.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.bra.toml b/.bra.toml
index 10e7c893f5..426b2e1773 100644
--- a/.bra.toml
+++ b/.bra.toml
@@ -5,13 +5,12 @@ init_cmds = [
]
watch_all = true
watch_dirs = [
- "$WORKDIR/conf/locale",
"$WORKDIR/cmd",
"$WORKDIR/models",
"$WORKDIR/modules",
"$WORKDIR/routers"
]
-watch_exts = [".go", ".ini"]
+watch_exts = [".go"]
build_delay = 1500
cmds = [
#["go-bindata", "-o=modules/bindata/bindata.go", "-ignore=\\.DS_Store|README", "-pkg=bindata", "conf/..."],