aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Minar2013-08-13 15:14:42 -0700
committerIgor Minar2013-08-13 15:15:50 -0700
commit79a88ecfa692a53ab2d109af537f0f675491902b (patch)
tree7b43d904955a226025f1fc9f0ca06d8f50bc484c
parentd8c010ac1ee26cc15dc53daa1df54d55937fc87d (diff)
downloadangular.js-79a88ecfa692a53ab2d109af537f0f675491902b.tar.bz2
chore(grunt): ensure that grunt uses zip for compression
-rw-r--r--Gruntfile.js2
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 + '/'
}
},