w0rm / gulp-svgstore

Combine svg files into one with symbol elements
https://www.npmjs.com/package/gulp-svgstore
645 stars 33 forks source link

gulp-cheerio vs cheerio #80

Closed captainfromspace closed 7 years ago

captainfromspace commented 7 years ago

Hi,

In both your Transform svg sources or combined svg examples you're using gulp-cheerio. But in your Extracting metadata from combined svg example you're using the "regular" cheerio.

Is there a way to use your Extracting metadata from combined svg with gulp-cheerio?

The reason I'm asking is because I used gulp-cheerio together with gulp-svgstore earlier, but it broke with the release of gulp-svgstore 6.0.0, and now it only works with cheerio.

w0rm commented 7 years ago

@kaptenw can you setup a small example project that reproduces the issue with gulp-cheerio? I will try to debug why it is broken.