Skip to content

Commit

Permalink
Updated Configuring tasks (markdown)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy committed Jan 10, 2013
1 parent 378dac2 commit 248bb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuring-tasks.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
This guide explains how to configure tasks for your project using a Gruntfile. If you don't know what a Gruntfile is, please read the [[Getting Started]] guide and check out a [[Sample Gruntfile]].

## Grunt configuration
Task configuration is specified in your Gruntfile via the `grunt.initConfig` method. This configuration will mostly be under task-named properties, but may contain any other arbitrary data. Because multi tasks only care about their data, any other properties will be ignored.
Task configuration is specified in your Gruntfile via the `grunt.initConfig` method. This configuration will mostly be under task-named properties, but may contain any other arbitrary data. Because most tasks only care about their data, other properties will be ignored.

```js
grunt.initConfig({
Expand Down

0 comments on commit 248bb75

Please sign in to comment.