login/register

Snip!t from collection of Alan Dix

see all channels for Alan Dix

Snip
summary

Why use a task runner?
In one word: automation. The less work you have to do wh ...

Grunt: The JavaScript Task Runner
http://gruntjs.com/

Categories

/Channels/techie/JavaScript

[ go to category ]

For Snip

loading snip actions ...

For Page

loading url actions ...

Why use a task runner?

In one word: automation. The less work you have to do when performing repetitive tasks like minification, compilation, unit testing, linting, etc, the easier your job becomes. After you've configured it, a task runner can do most of that mundane work for you—and your team—with basically zero effort.

HTML

<h2>Why use a task runner?</h2><p>In one word: automation. The less work you have to do when performing repetitive tasks like minification, compilation, unit testing, linting, etc, the easier your job becomes. After you've configured it, a task runner can do most of that mundane work for you&#x2014;and your team&#x2014;with basically zero effort.</p>