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