Update doc and .gitignore for templates
authorJason Skomorowski <jason@indexdata.com>
Thu, 12 Jun 2014 12:48:50 +0000 (08:48 -0400)
committerJason Skomorowski <jason@indexdata.com>
Thu, 12 Jun 2014 12:48:50 +0000 (08:48 -0400)
README
src/.gitignore

diff --git a/README b/README
index 55d911c..92df4ce 100644 (file)
--- a/README
+++ b/README
@@ -30,6 +30,11 @@ or you can download the source from http://nodejs.org/download/ and build
 it yourself. Looks like you need node and npm, make install puts them
 into /usr/local/bin.
 
+To compile the default templates you'll need to install the stable version
+of Handlebars. Currently it's at 1.3.0 and available by npm:
+
+  npm install handlebars@1.3.0 -g
+
 For apache setup, see tools/apache2/README
 
 NEWS
index bb36c2d..ccd54ee 100644 (file)
@@ -12,3 +12,4 @@ pz2.js
 whitepaper.html
 whitepaper.odt
 whitepaper.pdf
+mkws-templates.js