aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Minar2013-08-13 15:14:42 -0700
committerIgor Minar2013-08-22 11:19:53 -0700
commite87fb8a8e1b6120b52d91fac9d6081088ae0bb27 (patch)
tree983b95cdd0598306b276c8e1a7ea0ee0e591c0b8
parent5be0fc40eddb3bd9f09cfae760d00de15314180e (diff)
downloadangular.js-e87fb8a8e1b6120b52d91fac9d6081088ae0bb27.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 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 + '/'
}
},