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