diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-10-07 07:02:53 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-10-07 07:02:53 -0400 |
commit | fc18741cc78acbb6fac5cf89fa5ae7034178c5ca (patch) | |
tree | be0fe4a9f2d96964e50839d30f1d90d4bacdd72e /.bra.toml | |
parent | fef09c2de660c5f3588a7730718a82d19957147f (diff) | |
download | gitea-fc18741cc78acbb6fac5cf89fa5ae7034178c5ca.tar.gz gitea-fc18741cc78acbb6fac5cf89fa5ae7034178c5ca.zip |
Fix #524
Diffstat (limited to '.bra.toml')
-rw-r--r-- | .bra.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ watch_dirs = [ watch_exts = [".go", ".ini"] build_delay = 1500 cmds = [ - ["go", "install", "-tags", "sqlite"], - ["go", "build", "-tags", "sqlite"], + ["go", "install", "-tags", "sqlite cert"], + ["go", "build", "-tags", "sqlite cert"], ["./gogs", "web"] ]
\ No newline at end of file |