Grunt

Getting Started with Grunt

Grunt is a JavaScript task runner used to automate tasks such as minifying assets, compilation and other repetitive tasks. Getting started with Grunt is easy: simply install the CLI, create a package.json and a Gruntfile file, and run the Grunt command.
To install the CLI on your machine and allow the use of running the …