Book Image

Grunt Cookbook

By : Jurie-Jan Botha
Book Image

Grunt Cookbook

By: Jurie-Jan Botha

Overview of this book

<p>A web application can quickly turn into a complex orchestration of many smaller components, each one requiring its own bit of maintenance. Grunt allows you to automate all the repetitive tasks required to get everything working together by using JavaScript, the most popular programming language.</p> <p>Grunt Cookbook offers a host of easy-to-follow recipes for automating repetitive tasks in your web application's development, management, and deployment processes. This book will introduce you to methods that can be used to automate basic processes and your favorite tools. By following the recipes, you will soon be comfortable using Grunt to perform a wide array of advanced tasks in a range of different scenarios.</p>
Table of Contents (17 chapters)
Grunt Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


For the most part, Grunt is a framework that allows developers to package and configure the various tools available to web application developers in a uniform fashion. In the Grunt sphere, tools are packaged into what are called plugins, and these plugin packages all conform to Grunt operation and configuration conventions.

Some of the more popular plugins are provided by the Grunt core team, but all the others are contributed by the community of developers that use Grunt in their projects. Now that we're making use of Grunt in our project, we are part of this community, and we can take it upon ourselves to assist in the creation and maintenance of these plugins.