Book Image

Learning Grunt

By : Douglas Reynolds
Book Image

Learning Grunt

By: Douglas Reynolds

Overview of this book

With the increasing focus on task automation, the Grunt task runner is a vast platform that allows you to incorporate automation into your workflows. At the outset, you will learn how to use Node.js and NMP through an example. You will then find out how to build a sample app and the development environment for it. You will further delve into the implementation of Grunt plugins and the configuration of Grunt tasks. Furthermore, you will explore the various methods and packages for workflow automation. The final chapter will cover some advanced concepts, such as configuration variables and how to create a Grunt plugin. By the end of the book, you will have gained the fundamentals of Grunt and progressed through advanced concepts, including building a Grunt plugin.
Table of Contents (15 chapters)

Summary


In this chapter, we discussed defining the sample_project automated build process using user stories to outline specific features that need to be included in the process. We then covered the Gruntfile.js configuration section from top to bottom, discussing the configuration of all the tasks used in sample_project's automated build process along the way. In the next chapter, we will cover task loading and incremental testing as well as defining the custom default task that will govern the entire build process and simplify our launching of the automated build to the need of only a single grunt command from Terminal.