Built in build tools
A workflow for the lazy
This project uses a couple front end tools that minify, concatenate, manage third-party library versions, and other tedious tasks.
These tools are then wrapped in a task runner CLI that makes it a single command to perform all that is necessary to prepare the front end assets for distribution:
$ gulp
If you haven’t used Gulp before, this blog post outlines a few tasks to illustrate how it works.