From: Jason Skomorowski Date: Thu, 12 Jun 2014 12:48:50 +0000 (-0400) Subject: Update doc and .gitignore for templates X-Git-Tag: 1.0.0~324^2~59 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=24a2e08e37e327c7db67d2c3a26dc6f88e73856b Update doc and .gitignore for templates --- 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