w0rm / gulp-svgstore

Combine svg files into one with symbol elements

Home Page:https://www.npmjs.com/package/gulp-svgstore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gulp4 alpha.3

jonnitto opened this issue · comments

If I run your plugin with gulp4 I got following error: file.isSymbolic is not a function It has to do with vinyl-fs version 3

@jonnitto this is happening because gulp4 alpha.3 does not support vinyl ^2.0 you might need to upgrade to vinyl ^2.1 also STOP using gulp-util - check - gulpjs/gulp#2065

@saki007ster yep, this is using an insanely old Vinyl. It needs to stop using gulp-util (now deprecated) and use vinyl directly.

@phated if I update the plugin to use the latest vinyl, will this still work with the old gulp?