Moto42 / elevendycap

0 stars 0 forks source link

automate image optimization #22

Open Moto42 opened 1 month ago

Moto42 commented 1 month ago

Currently users can upload images of any size and they just go straight to the live site.

This is a bad idea.

Investigate using iMagick to automaticly optimize file sizes for web at build time.

We should probably check to make sure that we don't re-do any images that are already optimized.

Moto42 commented 1 month ago

remember Git has functions to tell you what files have changed.