0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-11 01:24:34 +01:00
gitea/conf
2015-03-20 01:58:28 -04:00
..
gitignore
license
locale
app.ini add new locale 2015-03-14 22:21:45 -04:00
README

Execute following command in ROOT directory when anything is changed:

$ go-bindata -o=modules/bindata/bindata.go -ignore="\\.DS_Store|README" -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" -pkg=bindata conf/...