Files
Atay-Makhzan/conf/README.md
T

7 lines
348 B
Markdown
Raw Normal View History

2015-03-18 06:37:44 -04:00
Execute following command in ROOT directory when anything is changed:
2015-08-28 16:44:04 +08:00
$ go-bindata -o=modules/bindata/bindata.go -ignore="\\.DS_Store|README.md" -pkg=bindata conf/...
2015-03-18 06:37:44 -04:00
Add -debug flag to make life easier in development(somehow isn't working):
2015-08-28 16:44:04 +08:00
$ go-bindata -debug -o=modules/bindata/bindata.go -ignore="\\.DS_Store|README.md" -pkg=bindata conf/...