From IT Skills
- Grunt, Gulp, or npm?.. maybe use Gulp in projects where the team is comfy with Node, and Grunt everywhere else
- npm might run into issues when people try to fiddle with them on Windows
- Gulp doesn’t have the disk-intensive I/O issues that you may observe in using Grunt
- unless you and your team are well-versed in Node, you’re probably going to run into issues dealing with streams, especially if you have to build your own Gulp task plugins