-
Notifications
You must be signed in to change notification settings - Fork 106
fix(icon): use icons package #2502
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
Conversation
🦋 Changeset detectedLatest commit: 8346fd1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ Deploy Preview for patternfly-elements ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
|
@zeroedin I can't reproduce that - i tried busting the wireit cache, git clean, npm ci, and |
I'm running: |
|
@zeroedin I ran that and it works as expected here... i'll try cloning into /tmp |
|
I cloned into /tmp/ and ran the build, and everything came out as expected. fedora 38 |
I'll try with a fresh copy |
When I do the same here is my output: https://gist.github.com/zeroedin/fe15286ee245e0ba92318ea9012b34fa |
|
I was able to reproduce on macos. ok i think this is a POSIX/cp -R issue on macos |
This maybe related: |
or maybe the trailing slashes on the directories? Trialing slash is saying "take all of the contents of this directory" |
|
i'll refactor to use node fs apis |
|
Try again, this should be portable to cupertinux now. |
Icon location look good to me now and no extra "added" file changes after build. |
|
Ran a build and copied icons files and js over to RHDS, things look ok downstream from what I can tell as well. |
zeroedin
left a comment
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.
Letters, Glyphs, Trademarks, Monograms
|
Fixed for me! Let's go! 🚀 |
heyMP
left a comment
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.
Let's go 🚀

What I did
Testing Instructions
Notes to Reviewers
pretty sure this is a breaking change. I think we can avoid a major release by restoring the old build script and running the new one on top of it, then any icons of the same file name can be considered 'fixes' without breaking the path they're stored atbreakage has been avoided