1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 09:25:48 +00:00
gitea/conf
Arthur Ouyang e04c97b9fa Fix #1965 - the hyperlink and the display name of the branch
The hyperlink and the display name of the branch if the branch is in a folder or the branch name has '#'
2015-11-19 07:31:55 +08:00
..
gitignore #1711 try to indicate sqlite session issue when merge 2015-10-25 18:35:27 -04:00
license complate list of gitignores and licenses 2015-08-28 16:44:04 +08:00
locale Fix #1965 - the hyperlink and the display name of the branch 2015-11-19 07:31:55 +08:00
readme complate list of gitignores and licenses 2015-08-28 16:44:04 +08:00
app.ini fix #1957 - disable version display 2015-11-18 22:32:31 +01:00
README.md complate list of gitignores and licenses 2015-08-28 16:44:04 +08:00

Execute following command in ROOT directory when anything is changed:

$ go-bindata -o=modules/bindata/bindata.go -ignore="\.DS_Store|README.md" -pkg=bindata conf/...

Add -debug flag to make life easier in development(somehow isn't working):

$ go-bindata -debug -o=modules/bindata/bindata.go -ignore="\.DS_Store|README.md" -pkg=bindata conf/...