summaryrefslogtreecommitdiffstats
path: root/conf/README
diff options
context:
space:
mode:
Diffstat (limited to 'conf/README')
-rw-r--r--conf/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/README b/conf/README
new file mode 100644
index 0000000000..e1e21f2031
--- /dev/null
+++ b/conf/README
@@ -0,0 +1,7 @@
+Execute following command in ROOT directory when anything is changed:
+
+$ go-bindata -o=modules/bindata/bindata.go -ignore="\\.DS_Store|README" -pkg=bindata conf/...
+
+Add -debug flag to make life easier in development(somehow isn't working):
+
+$ go-bindata -debug -o=modules/bindata/bindata.go -ignore="\\.DS_Store|README" -pkg=bindata conf/... \ No newline at end of file