From 79a88ecfa692a53ab2d109af537f0f675491902b Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 13 Aug 2013 15:14:42 -0700 Subject: chore(grunt): ensure that grunt uses zip for compression --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + '/' } }, -- cgit v1.2.3