You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix globbing patterns used for jQuery UI 1.12 files list generation
`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.
Closesgh-580
0 commit comments