grunt-includes
Advanced tools
Comparing version 0.3.2 to 0.3.3
{ | ||
"name": "grunt-includes", | ||
"description": "Include other files within a file.", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"author": "vanetix <matmcfarland@gmail.com>", | ||
@@ -6,0 +6,0 @@ "main": "Gruntfile.js", |
@@ -80,7 +80,7 @@ /* | ||
grunt.file.write(outFile, banner + recurse(p, opts)); | ||
if(!opts.silent) { | ||
grunt.log.oklns('Saved ' + outFile); | ||
} | ||
grunt.file.write(outFile, banner + recurse(p, opts)); | ||
}); | ||
@@ -87,0 +87,0 @@ |
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