contra

Results 180 comments of contra

@riteshjagga Can you use the built-in stream `finished` function instead of listening for the `end` event on the `es.merge`? Also - usage of event-stream is not recommended, it's 3 years...

Sorry for the extremely long wait here. How does this play in with https://github.com/hparra/gulp-rename/issues/67 ?

Should be a one line change - https://github.com/hparra/gulp-rename/blob/master/index.js#L45 Use path.relative instead AFAIK. Who wants to send the PR? Add a quick test as well.

Cam everyone who is having issues post what version of node you are using?

@bendenoz Can you try it with the latest version of node and see if that resolves it? Node 8 is a year past end of life as well so not...

As another thing you could try if you want to be a guinea pig - on line 3 of this package replace `require('stream')` with `require('readable-stream')` and see if that does...

@arcanis I think that solution would work well for almost every case - serializing functions isn't a thing and I think it will just need to be noted in the...

+1 also having this issue. It worked in previous versions and is now broken in 0.6

Consistently having this issue. node 0.10.24, OSX

@shama Awesome! Thanks for keeping this library going strong. Do you have a gittip?