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.
Douglas Reynolds is a web application developer. He holds a degree in software engineering and has worked with web technologies for over 15 years. Douglas currently works for Herff Jones as a Senior Web Applications Developer as a member of a highly skilled and dedicated team of professionals. Douglas writes and lectures on web technologies, teaches at Illinois State University in the Department of Technology, and writes on topics of technology for Packt Publishing. Douglas and his wife of over 20 years, along with their son and two dogs, live in Bloomington, Illinois. He loves his family and friends and enjoys spending time outdoors in nature, riding his Harley, and continually developing his relationship with God.
Chapter 1. Grunt Dependencies
Chapter 2. Foundation for Creating an App using Angular.JS
Chapter 3. All about Grunt Plugins
Chapter 4. Configuration of Grunt Tasks
Chapter 5. Task Setup in the sample_project Application
Chapter 6. Building the Sample Project
Chapter 7. Advanced Grunt Concepts