diff options
author | Unknwon <u@gogs.io> | 2015-03-20 03:20:05 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-03-20 03:20:05 -0400 |
commit | b6f8b486c79a46219dd1d2f3136c411594cc8f6d (patch) | |
tree | 4f2162494661fad4cab02208155060ff6e0f5bf9 /.bra.toml | |
parent | 62e436e6b7a41bac2e17a26f08649c144cef5b57 (diff) | |
download | gitea-b6f8b486c79a46219dd1d2f3136c411594cc8f6d.tar.gz gitea-b6f8b486c79a46219dd1d2f3136c411594cc8f6d.zip |
add sr-only class, change to new tag line
Diffstat (limited to '.bra.toml')
-rw-r--r-- | .bra.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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/..."], |