Skip to content

Commit

Permalink
Added plates support
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Worthen committed Jan 24, 2013
1 parent 2abaf76 commit 0dec7b0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,6 @@ cons.plates('views/user.html', {user: 'Tobi', map: _map}, function(err, html) {
});
```

```html
// user.html
<p id="user"></p>
<ul class="list"></ul>

// partial.html
<li id="item"></li>
```

## Caching

To enable caching simply pass `{ cache: true }`. Engines _may_ use this option to cache things reading the file contents, compiled `Function`s etc. Engines which do _not_ support this may simply ignore it. All engines that consolidate.js implements I/O for will cache the file contents, ideal for production environments.
Expand Down

0 comments on commit 0dec7b0

Please sign in to comment.