6 ms·
I feel like this whole thread is a bad joke. Do you know of Unix pipes? The fact that gulp calls all of this "streams" and "pipes" is a seriously bizarre form
by aryastark 12y ago
I feel like this whole thread is a bad joke.
Do you know of Unix pipes? The fact that gulp calls all of this "streams" and "pipes" is a seriously bizarre form of NIH.
You might also be interested in make -j option.
- cwmma 12y agopipes and streams mean something slightly more specify in a node context, but they are actually compatible with Unix streams, which shockingly enough also work well on windows meaning you can string together a make-like build system which works on windows as well (easily, make is not easy on windows)
- aryastark 12y agoNot sure what you mean. I've developed Android apps on Windows 7 using Cygwin and make just fine. It's nearly identical to using it on Linux.