What is "grunt"

Grunt is a command line tool that aims to automate tasks primarily for Javascript projects. It runs on Node.js and is installed via npm.

Useful links:

  1. Grunt Github Repo
  2. Grunt API
  3. Grunt Documentation
  4. Grunt Plugins