gulp-cortex-handlebars-compiler
Advanced tools
Comparing version 1.0.10 to 1.1.0
@@ -27,2 +27,3 @@ 'use strict'; | ||
this.mod_root = options.mod_root || ''; | ||
this.template_dir = node_path.join(this.cwd, options.template_dir || ""); | ||
this.jsons = {}; | ||
@@ -79,2 +80,3 @@ this.hosts = options.hosts; | ||
path: path, | ||
template_dir: self.template_dir, | ||
mod_root: self.mod_root, | ||
@@ -81,0 +83,0 @@ html_root: self.html_root, |
{ | ||
"name": "gulp-cortex-handlebars-compiler", | ||
"version": "1.0.10", | ||
"version": "1.1.0", | ||
"description": "Gulp task builder for cortex-handlebars-compiler", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9562
200