-
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
chore: support spaces in folder names (components package build) #5512
chore: support spaces in folder names (components package build) #5512
Conversation
Deploy preview for carbon-elements ready! Built with commit f010037 |
Deploy preview for carbon-components-react ready! Built with commit f010037 https://deploy-preview-5512--carbon-components-react.netlify.com |
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.
No errors on 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.
looks good to me
Currently, when the carbon repository is located in a folder with a space like
the build process of the
components
package would locate all the vendor styles ininstead of
Changelog
Changed
/packages/components/tool/copy-vendor-style.sh
: wrap uses of$TARGET_DIR
and$VENDOR_DIR
in quotes.Testing / Reviewing
~/pr test/carbon
)cd packages/components
yarn build
Prior to this PR, the vendor styles folder would be located in the structure described above. With the PR, the build output should be placed as expected.