Difference between revisions of "Grunt (JavaScript)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
 
Line 23: Line 23:
 
* [https://www.smashingmagazine.com/2013/10/get-up-running-grunt/ Get Up And Running With Grunt] @ smashingmagazine.com
 
* [https://www.smashingmagazine.com/2013/10/get-up-running-grunt/ Get Up And Running With Grunt] @ smashingmagazine.com
 
* [https://24ways.org/2013/grunt-is-not-weird-and-hard/ Grunt for People Who Think Things Like Grunt are Weird and Hard] @ 24ways.org
 
* [https://24ways.org/2013/grunt-is-not-weird-and-hard/ Grunt for People Who Think Things Like Grunt are Weird and Hard] @ 24ways.org
 
+
* [https://github.com/vladikoff/grunt-devtools grunt-devtools] - Grunt task runner extension for Chrome Developer Tools - see [[Web development tools]].
  
  
 
[[Category:JavaScript]]
 
[[Category:JavaScript]]
 
[[Category:JavaScript libraries]]
 
[[Category:JavaScript libraries]]

Latest revision as of 13:31, 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