Introduction
  • What is Grunt?
Installation and Setup
  • The Tools to Get Started
  • Installing Node.js and NPM
  • Installing the Grunt CLI
  • Preparing Your Project
Grunt Basic Concepts
  • The package.json file
  • The Gruntfile.js file
Configuring Grunt
  • Configuring Grunt Tasks
  • Loading and Registering Grunt Tasks
  • Grunt Configuration Quiz
  • BONUS: Additional Resources for Understanding Grunt
Using Grunt: Real World Examples
  • CSS and JavaScript Linting
  • Autoprefixing CSS Properties
  • Concatenating Files
  • Compiling LESS (and Minifying)
  • Image Optimization
  • Running Grunt Watch
Conclusion
  • Grunt Review
  • Conclusion