html-templater
Advanced tools
Comparing version 0.0.16 to 0.1.0
@@ -54,2 +54,10 @@ var handlebars = require("handlebars"); | ||
HtmlTemplater.prototype.registerPartials = function() { | ||
this.__handlebars.registerPartials.apply(this.__handlebars, _.toArray(arguments)); | ||
}; | ||
HtmlTemplater.prototype.registerPartial = function() { | ||
this.__handlebars.registerPartial.apply(this.__handlebars, _.toArray(arguments)); | ||
}; | ||
// Takes the *Files options and appends their contents to their respective options. | ||
@@ -56,0 +64,0 @@ HtmlTemplater.prototype._loadAssets = function(cb) { |
{ | ||
"name": "html-templater", | ||
"version": "0.0.16", | ||
"version": "0.1.0", | ||
"description": "A small wrapper around juice and handlebars that renders and inlines css for html templates.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
364
17144
12