diff options
| author | Igor Minar | 2013-03-06 14:23:05 -0800 | 
|---|---|---|
| committer | Igor Minar | 2013-03-06 14:23:05 -0800 | 
| commit | 4816f7ee5c8e71e8d9813146515484b1bbc0ea0f (patch) | |
| tree | 914e71a595fd9aee7f6e393cd163dd247cbaa202 | |
| parent | ce53fbde50b7ece6b3804ab555522fae46f50ed0 (diff) | |
| download | angular.js-4816f7ee5c8e71e8d9813146515484b1bbc0ea0f.tar.bz2 | |
chore(Grunt): include dot files in the final zip
| -rw-r--r-- | Gruntfile.js | 2 | 
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 + '/'        }      }, | 
