summaryrefslogtreecommitdiffstats
path: root/.bra.toml
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-10-14 23:44:34 -0400
committerUnknwon <joe2010xtmf@163.com>2014-10-14 23:44:34 -0400
commit9ae92459a53f9cccd34460f859c1370715c36a1d (patch)
tree9efd54a3709fb4c86abf61489cbd1ae9a58055af /.bra.toml
parent5b3f1efd9f335a57d2ea722df672a7490e0398cb (diff)
downloadgitea-9ae92459a53f9cccd34460f859c1370715c36a1d.tar.gz
gitea-9ae92459a53f9cccd34460f859c1370715c36a1d.zip
Fix repo css and rel path img in md
Diffstat (limited to '.bra.toml')
-rw-r--r--.bra.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bra.toml b/.bra.toml
index d0229e8ab9..5fac22f584 100644
--- a/.bra.toml
+++ b/.bra.toml
@@ -14,7 +14,7 @@ watch_dirs = [
watch_exts = [".go", ".ini"]
build_delay = 1500
cmds = [
- ["go", "install", "-tags", "sqlite cert"],
- ["go", "build", "-tags", "sqlite cert"],
+ ["go", "install", "-tags", "sqlite redis cert"],
+ ["go", "build", "-tags", "sqlite redis cert"],
["./gogs", "web"]
] \ No newline at end of file