gulp-compiler-ejs
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -13,3 +13,4 @@ var through = require('through2'); | ||
var _self = this; | ||
new Compiler(file.contents.toString(),handler,{path:file.path},function(fileStream){ | ||
options.path = file.path; | ||
new Compiler(file.contents.toString(),handler,options,function(fileStream){ | ||
file.contents = fileStream; | ||
@@ -16,0 +17,0 @@ file.path = gutil.replaceExtension(file.path, ext); |
{ | ||
"name": "gulp-compiler-ejs", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "", | ||
@@ -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
4407
99