merge-stream
Homepage
https://github.com/grncdr/merge-stream
What is it?
A Node.js library for merging data streams together (such as reading from files).
Why did we choose it?
It's well maintained, and does the job without any unnecessary overhead.
What do we use it for?
Merging files together when building Deserted Chateau's production CSS stylesheets, HTML templates and a few other things. See the gulp page in the Tech Stack section for more information about that.