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 56aaea7 commit 5c39aec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,15 @@ doT.js is fast, small and has no dependencies.
## 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"});

Added parameters support in partials:

{{##def.macro:param:
<div>{{=param.foo}}</div>
#}}
Expand Down

0 comments on commit 5c39aec

Please sign in to comment.