From 4816f7ee5c8e71e8d9813146515484b1bbc0ea0f Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 6 Mar 2013 14:23:05 -0800 Subject: chore(Grunt): include dot files in the final zip --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + '/' } }, -- cgit v1.2.3