How to set up Gulp to optimise PNG images using Zopfli
Jeff Atwood posted about using Zopfli to optimise PNG images. Here’s how to set up Gulp to do it. I’m assuming you already have a project with Gulp set up that uses gulp-imagemin. Install imagemin-zopfli by running the following on … Continued