You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.5 KiB
1.5 KiB
Documentation table of contents
Getting started
- Getting started - A guide to configuring grunt for your project.
- Example gruntfiles - A few samples, to help you get started.
- The grunt API - Complete API documentation here!
- FAQ - Frequently asked questions, along with their answers.
- Exit codes - A list of all built-in grunt exit codes.
Built-in tasks
- concat - Concatenate files.
- init - Generate project scaffolding from a predefined template.
- lint - Validate files with JSHint.
- min - Minify files with UglifyJS.
- qunit - Run QUnit unit tests in a headless PhantomJS instance.
- server - Start a static web server.
- (more documentation coming soon)
Other built-ins
- Helpers and Directives - Ones not specifically covered in other task documentation.
Development
- Contributing to grunt - Development advice.