Chapter 11. Compiling Less Real Time for Development Using Grunt
In this chapter, we will cover the following recipes:
- Installing Node and Grunt
 - Installing Grunt plugins
 - Utilizing the 
Gruntfile.jsfile - Loading Grunt tasks
 - Adding a configuration definition for a plugin
 - Adding the Less compiler task
 - Creating CSS source maps with the Less compiler task
 - Cleaning and minimizing your code
 - Adding the watch task
 - Adding the connect and open task
 - Adding the concurrent task
 - Analyzing your code with CSS Lint
 - Removing unused CSS code
 - Compiling style guides with Grunt
 - Automatically prefix your code with Grunt
 - Installing the Grunt LiveReload plugin