Book Image

LESS WEB DEVELOPMENT COOKBOOK

Book Image

LESS WEB DEVELOPMENT COOKBOOK

Overview of this book

Table of Contents (19 chapters)
Less Web Development Cookbook
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


This chapter introduces you to the Grunt Task Runner and the features it offers to make your development workflow a delight. You will learn how to take advantage of its plugins to set up your own flexible and productive Less workflow. Although there are many applications available for compiling Less, Grunt is a more flexible, versatile, and cross-platform tool that allows you to automate many development tasks, including Less compilation. It can not only automate the Less compilation tasks, but it can also wrap any other mundane jobs, such as linting and minifying and cleaning your code, into tasks and run them automatically for you.

By the end of this chapter, you will become comfortable using Grunt and its plugins to establish a flexible workflow when working with Less. Using Grunt in your workflow is vital, as you are first shown the installation requirements of the three major operating systems. You will then be shown how to combine Grunt's plugins to establish a workflow...