0
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-16 20:40:11 +01:00
forgejo/conf
2015-12-07 07:27:17 +03:00
..
gitignore
license complate list of gitignores and licenses 2015-08-28 16:44:04 +08:00
locale Update Russian translation 2015-12-07 07:27:17 +03:00
readme
app.ini advanced select ops for system notices 2015-12-05 01:09:14 -05: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/...