Category:Grunt: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
* [[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 == | == Prerequisites == | ||
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]
- Compiling Compass & Sass
- Minifying JavaScript
- CSS & JavaScript browser injection
- Unit tests
Project resources[edit]
/package.json
Grunt project configuration including Grunt module dependencies./gruntfile.js
Grunt task configuration.
Prerequisites[edit]
Pages in category "Grunt"
The following 2 pages are in this category, out of 2 total.