jquery / download.jqueryui.com

Download Builder for jQuery UI
https://jqueryui.com/download/
Other
86 stars 72 forks source link

Fix globbing patterns used for jQuery UI 1.12 files list generation #580

Closed mgol closed 2 years ago

mgol commented 2 years ago

fast-glob to which we switched from glob doesn't seem to exclude dotfiles in a path segment matched by an exclusion; explicitly exclude dotfiles in the pattern to account for that. Without this fix, directories like .git would end up in the zip file generated for CDN purposes.