mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-08 14:54:44 +00:00
chore(Grunt): include dot files in the final zip
This commit is contained in:
parent
ce53fbde50
commit
4816f7ee5c
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