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


Being as most of the technology in use today is based on standards, most notably the ones maintained by the W3C, and the evolution of standards being quite slow, there has always been a community of developers that aim to force evolution by building tools on top of existing antiquated technologies.

Generating CSS and JavaScript code has been around for quite some time now, and has become somewhat of an industry standard. Using the latest tools to generate code allows us to manage and build our web applications faster than ever before. We can now make use of more modern language features in our code, and we can finally make use of our programming skills to generate our CSS style sheets.