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

Commit b9bd1a6

Browse files
jianjunztaste1981
authored andcommitted
Include hidden files in release package. (#201)
1 parent ca9d28d commit b9bd1a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,8 @@ window.L = L;\n\
227227
expand: true,
228228
cwd: 'dist/',
229229
src:['samples/**','screen-sharing-chrome-extension/**','sdk/**','ThirdpartyLicenses.txt'],
230-
dest:'./'
230+
dest:'./',
231+
dot: true
231232
}]
232233
}
233234
},

0 commit comments

Comments
 (0)