mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-09 02:11:56 -05:00
[GH-ISSUE #222] Compress all images in size to make PDF / ePub smaller and website faster #3941
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @profvjreddi on GitHub (May 26, 2024).
Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/222
The images are all very large at this time, which is causing issues with GitHub and publishing the pages. I end up with these errors quite often when I am about to publish.
So I can either use LFS but that adds another level of complexity. Prefer to just compress the images down using something like ImageOptim.
@profvjreddi commented on GitHub (Jun 18, 2024):
done. First started off in
456372f022