Skip to content

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