1
1
mirror of https://github.com/go-gitea/gitea synced 2025-09-28 03:28:13 +00:00

Update with macaron

This commit is contained in:
Unknwon
2014-10-06 19:12:52 -04:00
parent 64c68220d2
commit 1e1f9e7166
4 changed files with 10 additions and 8 deletions

View File

@@ -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"]
]