Automate Your Tasks Easily with Gulp.js

added by Robert Greyling
1/29/2015 1:20:26 PM

404 Views

As developers we often need to look at the tools we use and decide if we are using the right tool for the job. Chris did an awesome write up on Grunt early last year. But maybe Grunt just isn’t right for you. Gulp is a streaming build system, by using node’s streams file manipulation is all done in memory, and a file isn’t written until you tell it to do so.


0 comments