co-nested-hbs
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -37,3 +37,3 @@ var fs = require('fs'); | ||
function *renderTemplate(viewPath, partialsPath, tmpl, locals) { | ||
function* renderTemplate(viewPath, partialsPath, tmpl, locals) { | ||
if (!registeredPartials) { | ||
@@ -70,3 +70,3 @@ yield registerPartials(partialsPath); | ||
var hbs = {layouts: opts.layouts}; | ||
var hbs = {layouts: opts.layouts, handlebars: handlebars}; | ||
@@ -73,0 +73,0 @@ hbs.registerHelper = function() { |
{ | ||
"name": "co-nested-hbs", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"repository": "speedmanly/co-nested-hbs", | ||
@@ -5,0 +5,0 @@ "description": "Generator-based Handlebars templates for nested layouts.", |
7142