rabidaudio / gulp-inline-image-html

Gulp task inlining images in HTML
MIT License
9 stars 8 forks source link

Import 'through2' and check if input file exists #2

Closed specious closed 6 years ago

specious commented 6 years ago

I pulled in @zavoloklom's fork from npm, which fixes a crash caused by @rvagg's through2 stream wrapper being used without being referenced and also adds a check for whether the input file exists.

I'm a bit confused as to why @zavoloklom's fork is the latest in npm, while this repo is listed in package.json.

rabidaudio commented 6 years ago

thanks! @zavoloklom never sent me a PR so I never knew there was an issue