mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-09 23:34:42 +00:00
chore(Grunt): include dot files in the final zip
This commit is contained in:
parent
8a96393179
commit
d38d8448e8
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ module.exports = function(grunt) {
|
||||||
compress: {
|
compress: {
|
||||||
build: {
|
build: {
|
||||||
options: {archive: 'build/' + dist +'.zip'},
|
options: {archive: 'build/' + dist +'.zip'},
|
||||||
src: ['**'], cwd: 'build', expand: true, dest: dist + '/'
|
src: ['**'], cwd: 'build', expand: true, dot: true, dest: dist + '/'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue