diff options
| author | Igor Minar | 2013-08-13 15:14:42 -0700 |
|---|---|---|
| committer | Igor Minar | 2013-08-22 11:19:53 -0700 |
| commit | e87fb8a8e1b6120b52d91fac9d6081088ae0bb27 (patch) | |
| tree | 983b95cdd0598306b276c8e1a7ea0ee0e591c0b8 | |
| parent | 5be0fc40eddb3bd9f09cfae760d00de15314180e (diff) | |
| download | angular.js-e87fb8a8e1b6120b52d91fac9d6081088ae0bb27.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 9d406cf8..8cd02789 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -204,7 +204,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 + '/' } }, |
