morris / vinyl-ftp

Blazing fast vinyl adapter for FTP
Other
388 stars 31 forks source link

Vinyl's file method `pipe` is being removed #70

Closed hmalphettes closed 8 years ago

hmalphettes commented 8 years ago

I stumbled on the fact that vinyl removed the pipe method 4 days ago. gulpjs/vinyl#107

This the change required to cope with that removal.

Note: if the gulp maintainers are reading this issue I dont think it is a bad thing: I was mocking a vinyl File and found out I needed to implement the pipe method for my mock to work with vinyl-ftp. Once this change is released I wont need to code the pipe method anymore.

Cheers!

morris commented 8 years ago

Awesome, thanks!