diff options
| -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 + '/' } }, |
