diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-10-06 19:12:52 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-10-06 19:12:52 -0400 |
commit | 1e1f9e716660533dc3c570b51006e4e36b2c3a7f (patch) | |
tree | 10ee985984524d4218f0cd03c6f98bccde92429f /.bra.toml | |
parent | 64c68220d203cb07be001184cde4b35d4b503344 (diff) | |
download | gitea-1e1f9e716660533dc3c570b51006e4e36b2c3a7f.tar.gz gitea-1e1f9e716660533dc3c570b51006e4e36b2c3a7f.zip |
Update with macaron
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"], - ["go", "build"], + ["go", "install", "-tags", "sqlite"], + ["go", "build", "-tags", "sqlite"], ["./gogs", "web"] ]
\ No newline at end of file |