grunt-contrib-compress
Advanced tools
Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "grunt-contrib-compress", | ||
"description": "Compress files and folders.", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"homepage": "https://github.com/gruntjs/grunt-contrib-compress", | ||
@@ -52,2 +52,2 @@ "author": { | ||
] | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# grunt-contrib-compress v0.6.0 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-compress.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-compress) | ||
# grunt-contrib-compress v0.6.1 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-compress.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-compress) | ||
@@ -138,2 +138,3 @@ > Compress files and folders. | ||
* 2014-02-06 v0.6.1 catch archiver errors | ||
* 2014-01-12 v0.6.0 Update archiver to v0.5.0 | ||
@@ -167,2 +168,2 @@ * 2013-11-27 v0.5.3 Allow archive option to be a function. | ||
*This file was generated on Sun Jan 12 2014 16:04:16.* | ||
*This file was generated on Thu Feb 06 2014 08:54:47.* |
@@ -140,2 +140,7 @@ /* | ||
archive.file(srcFile, { name: internalFileName }, function(err) { | ||
if (err) { | ||
archive.emit('error', err); | ||
return; | ||
} | ||
grunt.verbose.writeln('Archiving ' + srcFile.cyan + ' -> ' + String(dest).cyan + '/'.cyan + internalFileName.cyan); | ||
@@ -142,0 +147,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
15027
194
168