Skip to content

Demos: Optimize PNG files #2132

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

Merged
merged 1 commit into from
Dec 20, 2022
Merged

Demos: Optimize PNG files #2132

merged 1 commit into from
Dec 20, 2022

Conversation

dilyanpalauzov
Copy link
Contributor

@dilyanpalauzov dilyanpalauzov commented Nov 18, 2022

by calling for i in $(find -name '*.png'); do optipng -o7 -zm9 $i; done

by calling
  for i in `find -name '*.png'`; do optipng -o7 -zm9 $i; done
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Nov 18, 2022

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: dilyanpalauzov / name: Дилян Палаузов (600fec5)

@mgol
Copy link
Member

mgol commented Dec 6, 2022

Thanks for the PR. Does this really only modify these two files?

@dilyanpalauzov
Copy link
Contributor Author

Does this really only modify these two files?

Yes.

@mgol mgol added this to the 1.13.3 milestone Dec 20, 2022
@mgol mgol changed the title Optimize PNG files Demos: Optimize PNG files Dec 20, 2022
@mgol mgol merged commit 827abdf into jquery:main Dec 20, 2022
@mgol
Copy link
Member

mgol commented Dec 20, 2022

Thank you! Landed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants