diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-10-14 23:44:34 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-10-14 23:44:34 -0400 |
commit | 9ae92459a53f9cccd34460f859c1370715c36a1d (patch) | |
tree | 9efd54a3709fb4c86abf61489cbd1ae9a58055af /.bra.toml | |
parent | 5b3f1efd9f335a57d2ea722df672a7490e0398cb (diff) | |
download | gitea-9ae92459a53f9cccd34460f859c1370715c36a1d.tar.gz gitea-9ae92459a53f9cccd34460f859c1370715c36a1d.zip |
Fix repo css and rel path img in md
Diffstat (limited to '.bra.toml')
-rw-r--r-- | .bra.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |