Category:Grunt: Difference between revisions

From Littledamien Wiki
Jump to navigation Jump to search
Line 1: Line 1:
The [http://gruntjs.com/ Grunt.js] library is a tool for automating web development tasks on a project-by-project basis, including:
The [http://gruntjs.com/ Grunt.js] library is a tool for automating web development tasks on a project-by-project basis, including:
== Project resources ==
* `/package.json`<br />Grunt project configuration including Grunt module dependencies.
* `/gruntfile.js`<br />Grunt task configuration.


== Applications ==
== Applications ==

Revision as of 16:55, 1 November 2013

The Grunt.js library is a tool for automating web development tasks on a project-by-project basis, including:

Project resources

  • /package.json
    Grunt project configuration including Grunt module dependencies.
  • /gruntfile.js
    Grunt task configuration.

Applications

Prerequisites

  • node.js
  • npm (Node Package Manager)
    Which is installed as a part of node.js.

Pages in category "Grunt"

The following 2 pages are in this category, out of 2 total.