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

add sr-only class, change to new tag line

This commit is contained in:
Unknwon
2015-03-20 03:20:05 -04:00
parent 62e436e6b7
commit b6f8b486c7
11 changed files with 48 additions and 957 deletions

View File

@@ -5,13 +5,12 @@ init_cmds = [
]
watch_all = true
watch_dirs = [
"$WORKDIR/conf/locale",
"$WORKDIR/cmd",
"$WORKDIR/models",
"$WORKDIR/modules",
"$WORKDIR/routers"
]
watch_exts = [".go", ".ini"]
watch_exts = [".go"]
build_delay = 1500
cmds = [
#["go-bindata", "-o=modules/bindata/bindata.go", "-ignore=\\.DS_Store|README", "-pkg=bindata", "conf/..."],