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