summaryrefslogtreecommitdiffstats
path: root/.bra.toml
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-03-18 06:37:44 -0400
committerUnknwon <u@gogs.io>2015-03-18 06:37:44 -0400
commite6cf83b8c0202ca256ce1b5aaa26459aaaa6532a (patch)
treea64d8d45372a266650b4b3540d4d04c3418b0227 /.bra.toml
parentdeee2d5fa848106db3f00dcb33490dc9b5b61e29 (diff)
downloadgitea-e6cf83b8c0202ca256ce1b5aaa26459aaaa6532a.tar.gz
gitea-e6cf83b8c0202ca256ce1b5aaa26459aaaa6532a.zip
Put default config into binary
Diffstat (limited to '.bra.toml')
-rw-r--r--.bra.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bra.toml b/.bra.toml
index 0f52fcdde5..10e7c893f5 100644
--- a/.bra.toml
+++ b/.bra.toml
@@ -14,6 +14,7 @@ watch_dirs = [
watch_exts = [".go", ".ini"]
build_delay = 1500
cmds = [
+ #["go-bindata", "-o=modules/bindata/bindata.go", "-ignore=\\.DS_Store|README", "-pkg=bindata", "conf/..."],
["go", "install", "-tags", "sqlite cert"],# redis memcache
["go", "build", "-tags", "sqlite cert"],
["./gogs", "web"]