gulp-cheerio vs cheerio
captainfromspace opened this issue · 1 comments
captainfromspace commented
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
@kaptenw can you setup a small example project that reproduces the issue with gulp-cheerio? I will try to debug why it is broken.