From 91d649b40335e4c32d0f1372640ced8a28dd2b1e Mon Sep 17 00:00:00 2001 From: Laura Doktorova Date: Mon, 24 Dec 2012 12:09:24 -0500 Subject: [PATCH] readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 78cf459..16f52c9 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,6 @@ http://olado.github.com/doT (todo: update docs with new features added in versio ## New in version 1.0.0: -Compile tool to compile dot templates into js (thanks to @Katahdin https://github.com/Katahdin/dot-packer ): - - ./bin/dottojs -s examples/views -d out/views - Node module now supports auto-compilation of dot templates from specified path: (see index.js) var dots = require("dot").process({ path: "./views"}); @@ -37,6 +33,10 @@ Added parameters support in partials: {{#def.macro:myvariable}} +Compile tool to compile dot templates into js (thanks to @Katahdin https://github.com/Katahdin/dot-packer ): + + ./bin/dottojs -s examples/views -d out/views + ## Notes: doU.js is here only so that legacy external tests do not break. Use doT.js. doT.js with doT.templateSettings.append=false provides the same performance as doU.js.