From 24a2e08e37e327c7db67d2c3a26dc6f88e73856b Mon Sep 17 00:00:00 2001 From: Jason Skomorowski Date: Thu, 12 Jun 2014 08:48:50 -0400 Subject: [PATCH] Update doc and .gitignore for templates --- README | 5 +++++ src/.gitignore | 1 + 2 files changed, 6 insertions(+) diff --git a/README b/README index 55d911c..92df4ce 100644 --- 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 diff --git a/src/.gitignore b/src/.gitignore index bb36c2d..ccd54ee 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -12,3 +12,4 @@ pz2.js whitepaper.html whitepaper.odt whitepaper.pdf +mkws-templates.js -- 1.7.10.4