From e87fb8a8e1b6120b52d91fac9d6081088ae0bb27 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 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 + '/' } }, -- cgit v1.2.3