mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
chore(grunt): ensure that grunt uses zip for compression
This commit is contained in:
parent
d8c010ac1e
commit
79a88ecfa6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 + '/'
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue