Difference between revisions of "Grunt (JavaScript)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
Line 1: Line 1:
 
'''Grunt''' is a [[JavaScript]] task runner: an automation tool for performing repetitive tasks like minification, compilation, [[unit testing]], linting, etc.
 
'''Grunt''' is a [[JavaScript]] task runner: an automation tool for performing repetitive tasks like minification, compilation, [[unit testing]], linting, etc.
  
It depends on Node.js and npm.
+
It depends on [[Node.js]] and [[npm (software)|npm]].
  
 
The Grunt ecosystem currently has over five thousand plugins available.
 
The Grunt ecosystem currently has over five thousand plugins available.
Line 11: Line 11:
 
* [[JavaScript]]
 
* [[JavaScript]]
 
* [[Node.js]]
 
* [[Node.js]]
 +
* [[[[npm (software)]]
 
* [[Unit testing]]
 
* [[Unit testing]]
  

Revision as of 11:27, 17 August 2016

Grunt is a JavaScript task runner: an automation tool for performing repetitive tasks like minification, compilation, unit testing, linting, etc.

It depends on Node.js and npm.

The Grunt ecosystem currently has over five thousand plugins available.

Users include Adobe Systems, jQuery, Twitter, Mozilla, Bootstrap (framework), Cloudant, Opera, WordPress, Walmart, Victoria's Secret, and Microsoft.

See also

External links