Category:Grunt: Difference between revisions

From Littledamien Wiki
Jump to navigation Jump to search
(Created page with "Topics related to using the [http://gruntjs.com/ Grunt.js] library, which is a tool for automating web development tasks on a project-by-project basis, including: * [[Using_S...")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
Topics related to using the [http://gruntjs.com/ Grunt.js] library, which 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:
 
== Applications ==


* [[Using_Sass|Compiling Compass & Sass]]
* [[Using_Sass|Compiling Compass & Sass]]
* Minifying JavaScript
* [http://css-tricks.com/cross-browser-css-injection/ CSS & JavaScript browser injection]
* [http://css-tricks.com/cross-browser-css-injection/ CSS & JavaScript browser injection]
* Unit tests
* Unit tests
== Project resources ==
* `/package.json`<br />Grunt project configuration including Grunt module dependencies.
* `/gruntfile.js`<br />Grunt task configuration.
== Prerequisites ==
* [http://nodejs.org/ node.js]
* [http://npmjs.org/ npm] (Node Package Manager)<br />Which is installed as a part of `node.js`.
[[Category:Web Development]]

Latest 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:

Applications[edit]

Project resources[edit]

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

Prerequisites[edit]

  • 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.