Searching map area
Grunt (software)
? TBD
JavaScript build tool
Ratings
0
Nobody has rated this yet. Be the first!
Lists
0

Grunt is a JavaScript task runner, a tool used to automatically perform frequent tasks such as minification, compilation, unit testing, and linting. It uses a command-line interface to run custom tasks defined in a file (known as a Gruntfile). Grunt was created by Ben Alman and is written in Node.js. It is distributed via npm. As of October...