-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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(project): build issues on windows #4823
fix(project): build issues on windows #4823
Conversation
Something that I may need an opinion on is the the fix I made where the icon bundlers throw on parsing variables that start with a number e.g |
Deploy preview for the-carbon-components ready! Built with commit f8c5c99 https://deploy-preview-4823--the-carbon-components.netlify.com |
Deploy preview for carbon-components-react ready! Built with commit f8c5c99 https://deploy-preview-4823--carbon-components-react.netlify.com |
Deploy preview for carbon-elements ready! Built with commit f8c5c99 |
Bump @dakahn if you have a sec to help with reviewing this! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems good to me from my end 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much for sticking with this! Really appreciate it 🙏 Just had a couple of questions to see if we can reduce the number of times we rely on a windows-specific check 👀
* fix(bundler): inline command path resolution in windows * fix(elements): build tasks path resolution in windows * fix(icon-build-helpers): react & vanilla builders path resolution in windows * fix(icons-vue): path resolution in windows & improve logging * fix(bundler): inconsistent sass module finder & code styling issues * chore: use native path separator * fix: moduleName prefixing logic * chore: improve root directory check logic Co-authored-by: mecolela <50064515+mecolela@users.noreply.github.com> Co-authored-by: Josh Black <josh@josh.black>
* fix(bundler): inline command path resolution in windows * fix(elements): build tasks path resolution in windows * fix(icon-build-helpers): react & vanilla builders path resolution in windows * fix(icons-vue): path resolution in windows & improve logging * fix(bundler): inconsistent sass module finder & code styling issues * chore: use native path separator * fix: moduleName prefixing logic * chore: improve root directory check logic Co-authored-by: mecolela <50064515+mecolela@users.noreply.github.com> Co-authored-by: Josh Black <josh@josh.black>
Closes #4809
Fixes build errors on running the
build
script on the windows operating systemChangelog
New
inline
commandelements
package build taskChanged
Testing / Reviewing