grunt-html-pdf
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -5,7 +5,7 @@ { | ||
"description": "Grunt wrapper for the Node package html-pdf", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"homepage": "https://github.com/Max.Barry/grunt-html-pdf", | ||
"author": { | ||
"name": "Max Barry", | ||
"email": "maxbarrymail@gmail.com", | ||
"email": "max@mxbry.com", | ||
"url": "http://mxbry.com" | ||
@@ -12,0 +12,0 @@ }, |
@@ -24,2 +24,3 @@ /* | ||
var count = this.files.length; | ||
async.forEach(this.files, function(f) { | ||
@@ -58,4 +59,7 @@ /** | ||
grunt.file.write(f.dest, buffer); | ||
grunt.log.ok("Successfully created " + f.dest); | ||
grunt.file.write(f.dest, buffer); | ||
if(--count === 0) { | ||
done(); | ||
} | ||
}); | ||
@@ -62,0 +66,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
101
47584