kriasoft / static-site-starter

Static Website Starter Kit (static site generator) powered by Gulp, Jade, Bootstrap, LESS and BrowserSync. It can automatically deploy your website to GitHub Pages via Travis CI.
Apache License 2.0
135 stars 58 forks source link

Image processing bug #14

Open Bogdaan opened 8 years ago

Bogdaan commented 8 years ago

How to reproduce?

remove $.cache plugin

// before:
// .pipe($.cache($.imagemin({
//      progressive: true,
//      interlaced: true
//    })))
//
// after:
.pipe($.imagemin({
      progressive: true,
      interlaced: true
    }))