CHAPTER 1

image

Introducing Grunt

So, you’ve picked up this book with the rather unusual title, and you’re probably wondering what Grunt is or, at least, what all the buzz concerning Grunt has been about for the last 24 months. To put it simply, Grunt is a JavaScript task runner. Its primary aim is to automate repetitive tasks, freeing up developers’ time to concentrate on the more difficult problems they face every day.

Grunt is written in JavaScript on top of Node distributed via npm and was created by Ben Alman (https://github.com/cowboy). Since day one, Grunt has featured an application program interface (API) to allow developers to extend and add ...

Get Pro Grunt.js now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.