Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 426 Bytes

GRUNT.md

File metadata and controls

8 lines (6 loc) · 426 Bytes
title excerpt
Grunt
a task runner aiming at automating tedious and possibly complex tasks

Grunt

Grunt is a task runner aiming at automating tedious and possibly complex tasks. The idea behind Grunt (and its peer Gulp) is to define tasks that perform (usually file-based) actions. These tasks can then be run through the command line or as part of another build step.