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

Ignore node_modules and .git when globbing #168

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

SuperchupuDev
Copy link
Contributor

speeds up globbing by ignoring node_modules and .git, probably fixes #167

ran the tests to see if the globSync function gets called multiple times per test but it seems to only get called once per test, unlike what's described in the linked issue

@ai ai merged commit bf9cf91 into postcss:main Sep 26, 2024
3 checks passed
@ai
Copy link
Member

ai commented Sep 26, 2024

Thanks. Released in 11.0.2.

@SuperchupuDev SuperchupuDev deleted the fix/ignore-node-modules branch September 26, 2024 14:59
SuperchupuDev added a commit to SuperchupuDev/postcss-mixins that referenced this pull request Sep 30, 2024
ai pushed a commit that referenced this pull request Sep 30, 2024
* Revert "Ignore `node_modules` and `.git` when globbing (#168)"

This reverts commit bf9cf91.

* the actual thing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Performance degradation in v11 when using "mixinsFiles"
2 participants