gulpjs / glob-stream

Readable streamx interface over anymatch.
MIT License
178 stars 53 forks source link

use path.sep instead of '/' on Windows platform #59

Closed danivek closed 8 years ago

danivek commented 8 years ago

On Windows platform, globParent(ourGlob) + '/'generate bad path seperator. For example \\glob-stream\\test\\fixtures\\stuff/. Use path.sep instead to fix the issue.

danivek commented 8 years ago

Could you please release a a patch version, with this fix ? It breaks all my build tasks. Thanks a lot.

phated commented 8 years ago

Yes, this will be done in the morning. US Pacific

yocontra commented 8 years ago

@danivek I published a release right after I merged it

phated commented 8 years ago

@contra it looks like there isn't a release. I am going to do it now but I want to land another change

phated commented 8 years ago

Published as 5.3.1