Skip to content
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

fix: Remove invalid file 'index.' #167

Merged
merged 1 commit into from
Jul 25, 2023

Conversation

matwilko
Copy link
Contributor

This file was introduced in 1a23372, presumably mistakenly since it's empty.

It doesn't appear to be affecting builds or anything, but it does prevent the repo from being checked out on Windows systems, where filenames are not permitted to end with a ., e.g.:

Resolving deltas: 100% (76774/76774), done.
error: invalid path 'packages/plugin-minify/lib/remove-var-undefined/index.'
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.

@coderaiser
Copy link
Owner

Thanks!

@coderaiser coderaiser merged commit 7c95289 into coderaiser:master Jul 25, 2023
3 of 4 checks passed
@matwilko matwilko deleted the remove-index.-file branch July 25, 2023 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants