m19c / gulp-run

Pipe to shell commands in gulp
ISC License
151 stars 25 forks source link

custom metadata lost #28

Closed martin-y closed 9 years ago

martin-y commented 9 years ago

When using gulp-run in a chain, custom metadata of the file is lost because a new vinyl file is returned. Should stdin.clone() be used to create the output file?

cbarrick commented 9 years ago

That sounds like a reasonable solution

cbarrick commented 9 years ago

Fixed by b104831761d7a7914259dfd2bd33be1bfb8dc0c1