diff options
| author | Igor Minar | 2013-08-13 15:14:42 -0700 | 
|---|---|---|
| committer | Igor Minar | 2013-08-13 15:15:50 -0700 | 
| commit | 79a88ecfa692a53ab2d109af537f0f675491902b (patch) | |
| tree | 7b43d904955a226025f1fc9f0ca06d8f50bc484c | |
| parent | d8c010ac1ee26cc15dc53daa1df54d55937fc87d (diff) | |
| download | angular.js-79a88ecfa692a53ab2d109af537f0f675491902b.tar.bz2 | |
chore(grunt): ensure that grunt uses zip for compression
| -rw-r--r-- | Gruntfile.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Gruntfile.js b/Gruntfile.js index b9aba806..92c9a204 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -216,7 +216,7 @@ module.exports = function(grunt) {      compress: {        build: { -        options: {archive: 'build/' + dist +'.zip'}, +        options: {archive: 'build/' + dist +'.zip', mode: 'zip'},          src: ['**'], cwd: 'build', expand: true, dot: true, dest: dist + '/'        }      }, | 
