Grunt is a popular task runner in the Node/JavaScript space. Any task you
perform repeatedly is a good candidate to be automated via Grunt. On a typical
development project you would automate building your SASS, linting your
JavaScript, minifying your JavaScript, or compiling your CoffeeScript.
Step 1 - Install