gulp-process-file-log
Advanced tools
Comparing version 1.1.4 to 1.1.5
12
index.js
@@ -6,2 +6,3 @@ var through = require('through2'); | ||
var path = require('path'); | ||
var manifest = []; | ||
@@ -11,3 +12,2 @@ module.exports = function (logFile, basenamePrefix) { | ||
basenamePrefix = basenamePrefix || ''; | ||
var manifest = []; | ||
@@ -26,9 +26,7 @@ return through.obj( | ||
manifest.push(asset); | ||
cb(null, file); | ||
return; | ||
} | ||
cb(); | ||
cb(null, file); | ||
}, | ||
function (cb) { | ||
@@ -42,4 +40,6 @@ if (!fileExists(path.dirname(logFile))) { | ||
}); | ||
cb(); | ||
} | ||
); | ||
); | ||
}; |
{ | ||
"name": "gulp-process-file-log", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"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
33557
32