Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
olado committed Dec 24, 2012
1 parent c483d94 commit 91d649b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"});
Expand All @@ -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.
Expand Down

0 comments on commit 91d649b

Please sign in to comment.