chore(Grunt): include dot files in the final zip

This commit is contained in:
Igor Minar 2013-03-06 14:23:05 -08:00
parent 8a96393179
commit d38d8448e8

View file

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