knpwrs / gulp-cheerio

Manipulate HTML and XML files with Cheerio in Gulp.
MIT License
98 stars 13 forks source link

Remove the cache of cheerio object #12

Closed w0rm closed 6 years ago

w0rm commented 8 years ago

Hi, I had to remove the cache of cheerio object from gulp-svgstore because of this issue https://github.com/w0rm/gulp-svgstore/issues/61

I think it adds more harm, e.g. when file contents are modified by other plugins and don't match the cached cheerio object.