gulp-community / gulp-concat

Streaming concat middleware for gulp
MIT License
792 stars 127 forks source link

Wrapped file paths in path.normalize in test/main.js #118

Closed glcheetham closed 8 years ago

glcheetham commented 8 years ago

I've wrapped the file paths that contain delimiters in path.normalize to address the failing tests on windows I mentioned in #117

Can somebody with access to a unix machine confirm this works for me?