Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d38d844

Browse files
committed
chore(Grunt): include dot files in the final zip
1 parent 8a96393 commit d38d844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ module.exports = function(grunt) {
149149
compress: {
150150
build: {
151151
options: {archive: 'build/' + dist +'.zip'},
152-
src: ['**'], cwd: 'build', expand: true, dest: dist + '/'
152+
src: ['**'], cwd: 'build', expand: true, dot: true, dest: dist + '/'
153153
}
154154
},
155155

0 commit comments

Comments
 (0)