cdig / cd-module

A Framework for LBS Lessons
0 stars 1 forks source link

Add guetzli for jpgs #87

Closed ivanreese closed 7 years ago

ivanreese commented 7 years ago

https://github.com/google/guetzli/

Because this is so time consuming, we need a way to be smart about when it runs. For instance, it might be good for devs to run it themselves. Or, we might want to find a way to cache the input image SHA and the resulting image, and only build a new resulting image if the input image SHA changes.

ivanreese commented 7 years ago

For the time being, ImageOptim is probably fine. We don't use JPG much anyway.