@scvo/router
Advanced tools
Comparing version 1.1.13 to 1.1.15
@@ -233,3 +233,3 @@ "use strict"; | ||
Helpers.helper_component = function (partialName, options) { | ||
console.log('Arguments:', util.inspect(arguments, false, null)); | ||
console.log('Arguments:', util.inspect(options, false, null)); | ||
var partial = Helpers.handlebars.partials[partialName]; | ||
@@ -236,0 +236,0 @@ var template = Helpers.handlebars.compile(partial); |
{ | ||
"name": "@scvo/router", | ||
"version": "1.1.13", | ||
"version": "1.1.15", | ||
"description": "A moderately oppinionated web application framework based around mapping routes to tasks and then rendering with handlebars", | ||
@@ -23,2 +23,3 @@ "main": "./build/index", | ||
"l-handlebars": "cd ../router-destination-handlebars && npm run local && cd ../router", | ||
"l-firebase": "cd ../router-task-firebase && npm run local && cd ../router", | ||
"l-redirect": "cd ../router-destination-redirect && npm run local && cd ../router" | ||
@@ -25,0 +26,0 @@ }, |
@@ -256,3 +256,3 @@ import * as dot from 'dot-object'; | ||
static helper_component(partialName: string, options: any) { | ||
console.log('Arguments:', util.inspect(arguments, false, null)); | ||
console.log('Arguments:', util.inspect(options, false, null)); | ||
const partial = Helpers.handlebars.partials[partialName]; | ||
@@ -259,0 +259,0 @@ const template = Helpers.handlebars.compile(partial) |
Sorry, the diff of this file is not supported yet
333192