aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Minar2013-03-06 14:23:05 -0800
committerIgor Minar2013-03-06 14:23:05 -0800
commit4816f7ee5c8e71e8d9813146515484b1bbc0ea0f (patch)
tree914e71a595fd9aee7f6e393cd163dd247cbaa202
parentce53fbde50b7ece6b3804ab555522fae46f50ed0 (diff)
downloadangular.js-4816f7ee5c8e71e8d9813146515484b1bbc0ea0f.tar.bz2
chore(Grunt): include dot files in the final zip
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 69ae7397..75e1f8fb 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -149,7 +149,7 @@ module.exports = function(grunt) {
compress: {
build: {
options: {archive: 'build/' + dist +'.zip'},
- src: ['**'], cwd: 'build', expand: true, dest: dist + '/'
+ src: ['**'], cwd: 'build', expand: true, dot: true, dest: dist + '/'
}
},