First and foremost, what is Gulp.js? The simple answer is:
Gulp.js is a Task/Build runner that makes use of pipes for streaming data that needs to be processed.
So, how can Gulp.js help during the development process?
view source