assemble-render-file
Advanced tools
Comparing version 0.7.1 to 0.7.2
@@ -56,5 +56,11 @@ /*! | ||
if (file.isNull()) { | ||
return next(null, file); | ||
next(null, file); | ||
return; | ||
} | ||
if (file.data.render === false || opts.render === false) { | ||
next(null, file); | ||
return; | ||
} | ||
if (!file.isView) file = new View(file); | ||
@@ -61,0 +67,0 @@ files.push(file); |
{ | ||
"name": "assemble-render-file", | ||
"description": "Assemble plugin for rendering views in a vinyl pipeline.", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"homepage": "https://github.com/assemble/assemble-render-file", | ||
@@ -6,0 +6,0 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
11447
5
120
0
106