cgross / gulp-dom-src

Create a gulp stream from script, link, or any set of tags in an HTML file.
MIT License
41 stars 8 forks source link

Vinyl fs update #7

Open joshharrison626 opened 6 years ago

joshharrison626 commented 6 years ago

Updates vinyl-fs dependency to use latest version. Fixes #6 . With gulp^4.0.0 and vinyl-fs ^3.0.0 upgrades, vinyl files being piped to gulp.dest() failed a check which looks for a _isVinyl property. The old version of vinyl-fs used by this repo did not add this property when the file is created by Vinyl, so the error would be thrown by dest().