Skip to content
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

[v3] Optimize gifs packaged with vsce to reduce file size #132

Merged
merged 2 commits into from
Jul 19, 2024

Conversation

t1m0thyj
Copy link
Member

What It Does

Shrinks the size of GIFs in the repo by lossless optimizing them with gifsicle:
for gif in $(find packages/vsce/docs/images -name '*.gif'); do gifsicle -b -O3 $gif; done

How to Test

Review Checklist
I certify that I have:

Additional Comments

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.17%. Comparing base (54e4b0d) to head (c6babb7).
Report is 2 commits behind head on next.

Additional details and impacted files
@@           Coverage Diff           @@
##             next     #132   +/-   ##
=======================================
  Coverage   93.17%   93.17%           
=======================================
  Files          73       73           
  Lines         718      718           
  Branches       55       54    -1     
=======================================
  Hits          669      669           
  Misses         49       49           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@zFernand0 zFernand0 merged commit f8a80c7 into next Jul 19, 2024
15 checks passed
@zFernand0 zFernand0 deleted the chore/optimize-gifs-v3 branch July 19, 2024 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

4 participants