Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e87fb8a

Browse files
committed
chore(grunt): ensure that grunt uses zip for compression
1 parent 5be0fc4 commit e87fb8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

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

205205
compress: {
206206
build: {
207-
options: {archive: 'build/' + dist +'.zip'},
207+
options: {archive: 'build/' + dist +'.zip', mode: 'zip'},
208208
src: ['**'], cwd: 'build', expand: true, dot: true, dest: dist + '/'
209209
}
210210
},

0 commit comments

Comments
 (0)