-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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(config): sections not rendering correctly #1133
Conversation
Codecov Report
|
763598c
to
327afe1
Compare
This fixes issues on windows Closes #1132
327afe1
to
fb90cd3
Compare
Instead of removing case management in getComponents files, I choose to do it here. This way, I am not impacted by the bugs surrounding node-glob with nocase on Windows platforms
Looks like you need to revert test case changes, otherwise looks good! I'd also add a |
Hello @sapegin, Codecov was actually complaining about another file: config.js. I added a new branch, the windows specific glob without testing it. Since I do not think we plan on making tests pass on windows, I simply ignored the coverage for his line. Bart |
Ah, I see! That's OK ;-) |
🎉 This PR is included in version 7.3.8 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Just FYI: It seems that this breaks Styleguidist on Windows when using uppercase 'Components' folder, as the resources will be requested with lowercase 'components' which doesn't exist. |
Hello @ThorHelms, what can you share your version of windows, the command prompt you are using and your version of nodejs? I would like to investigate this issue. |
@ThorHelms another question, did you use the |
I am using: I used the |
Closes #1132
Fixes and simplifies configuration on windows