browserify / watchify

watch mode for browserify builds
Other
1.79k stars 203 forks source link

Enable outpipe for windows #278

Closed zertosh closed 8 years ago

zertosh commented 8 years ago

Fixes #246.

Since outpipe v1.1.1, it will directly use fs.createReadStream when there aren't any shell operators. I have no idea how windows treats piping or redirection, but given that the simple case of outputting to a file works, I think it's safe to enable for windows users.

The tests pass on an "IE11 on Win 7" VM from modern.ie using node v4.2.1.