From 46bee50e45ef8f3e9f3727649fa24d50bb2fc782 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 28 Aug 2015 16:44:04 +0800 Subject: complate list of gitignores and licenses --- conf/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 conf/README.md (limited to 'conf/README.md') diff --git a/conf/README.md b/conf/README.md new file mode 100644 index 0000000000..058b46f4d4 --- /dev/null +++ b/conf/README.md @@ -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.md" -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.md" -pkg=bindata conf/... \ No newline at end of file -- cgit v1.2.3