-
-
Notifications
You must be signed in to change notification settings - Fork 719
fix images encoding in dist zip #3615
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: 1298e33 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 |
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 very much @Jolg42, this looks great and works perfectly.
I just have one tiny comment on the changeset, otherwise I think it's ready to go.
|
Thanks for reviewing @becky-gilbert |
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 great, thanks!
@jodeleeuw should I merge this one and #3624 and then do a config release?
|
Yes, thank you both! |
Closes #3577
Hi,
It's my first PR here 👋🏼
I verified the state before and after the PR, the images were corrupted before and working as expected after.
The change is needed for binary files since Gulp v5, see
gulpjs/gulp#2777 (comment)