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

[v1] Optimize gifs packaged with vsce to reduce file size #131

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 94.17%. Comparing base (3430525) to head (2b810e0).

Additional details and impacted files
@@             Coverage Diff              @@
##           zowe-v1-lts     #131   +/-   ##
============================================
  Coverage        94.17%   94.17%           
============================================
  Files               74       74           
  Lines              755      755           
  Branches            92       94    +2     
============================================
  Hits               711      711           
  Misses              44       44           

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

@zFernand0 zFernand0 merged commit 47e04ee into zowe-v1-lts Jul 19, 2024
20 checks passed
@zFernand0 zFernand0 deleted the chore/optimize-gifs-v1 branch July 19, 2024 14:56
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