mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-08 23:04:45 +00:00
chore(grunt): ensure that grunt uses zip for compression
This commit is contained in:
parent
5be0fc40ed
commit
e87fb8a8e1
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ module.exports = function(grunt) {
|
||||||
|
|
||||||
compress: {
|
compress: {
|
||||||
build: {
|
build: {
|
||||||
options: {archive: 'build/' + dist +'.zip'},
|
options: {archive: 'build/' + dist +'.zip', mode: 'zip'},
|
||||||
src: ['**'], cwd: 'build', expand: true, dot: true, dest: dist + '/'
|
src: ['**'], cwd: 'build', expand: true, dot: true, dest: dist + '/'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue