Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 4, 2021

Conversation

mgol
Copy link
Member

@mgol mgol commented Jul 30, 2021

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.

`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.
@mgol mgol merged commit e893663 into jquery:main Aug 4, 2021
@mgol mgol deleted the ui-1-12-files-globbing-fix branch August 4, 2021 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants