Skip to content

Commit 79a88ec

Browse files
committed
chore(grunt): ensure that grunt uses zip for compression
1 parent d8c010a commit 79a88ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ module.exports = function(grunt) {
216216

217217
compress: {
218218
build: {
219-
options: {archive: 'build/' + dist +'.zip'},
219+
options: {archive: 'build/' + dist +'.zip', mode: 'zip'},
220220
src: ['**'], cwd: 'build', expand: true, dot: true, dest: dist + '/'
221221
}
222222
},

0 commit comments

Comments
 (0)