7 lines
348 B
7 lines
348 B
10 years ago
|
Execute following command in ROOT directory when anything is changed:
|
||
|
|
||
10 years ago
|
$ go-bindata -o=modules/bindata/bindata.go -ignore="\\.DS_Store|README.md" -pkg=bindata conf/...
|
||
10 years ago
|
|
||
|
Add -debug flag to make life easier in development(somehow isn't working):
|
||
|
|
||
10 years ago
|
$ go-bindata -debug -o=modules/bindata/bindata.go -ignore="\\.DS_Store|README.md" -pkg=bindata conf/...
|