From ff690fd9760e0cfb5ae9e49aecb7a201f7ca8304 Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 28 May 2014 00:06:31 -0400 Subject: Fix #200, add VERSION to template files --- conf/README.md | 7 +++++++ conf/VERSION | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 conf/README.md delete mode 100644 conf/VERSION (limited to 'conf') diff --git a/conf/README.md b/conf/README.md new file mode 100644 index 0000000000..96e0eb2210 --- /dev/null +++ b/conf/README.md @@ -0,0 +1,7 @@ +## NOTICE + +This directory only used for development, and us [go-bindata](https://github.com/jteeuwen/go-bindata) to store in memory for releases. + +To apply any change in this directory, install [go-bindata](https://github.com/jteeuwen/go-bindata), and then execute following command in root of source directory: + + $ go-bindata -ignore="\\.DS_Store|README.md" -o modules/bin/conf.go -pkg="bin" conf/... \ No newline at end of file diff --git a/conf/VERSION b/conf/VERSION deleted file mode 100644 index c07dee8283..0000000000 --- a/conf/VERSION +++ /dev/null @@ -1 +0,0 @@ -0.3.6.0525 Alpha \ No newline at end of file -- cgit v1.2.3