gitea/conf
无闻 50058b3c6d Merge pull request #1871 from Gibheer/config_minimum_key_sizes
move minimum key sizes to config
2015-11-01 12:39:12 -05: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 #1831 2015-11-01 12:30:27 -05:00
readme complate list of gitignores and licenses 2015-08-28 16:44:04 +08:00
README.md complate list of gitignores and licenses 2015-08-28 16:44:04 +08:00
app.ini move minimum key sizes to config 2015-10-30 13:53:06 +01:00

README.md

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/...