mockra

Gulp.JS - 03 Feb 2014


The latest build tool available to the node community is gulp.js. It offers a much cleaner API than Grunt and better performance. Here’s an example gulpfile.js that will concatenate your javascript and stylus files.

This gulpfile will create public/app.js, public/vendor.css, and public/app.css.