Skip to content

Commit

Permalink
Updating task creation docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy committed Feb 5, 2012
1 parent d031530 commit cdaa81a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/tasks_creating.md
Expand Up @@ -33,6 +33,8 @@ _In case it's not obvious, defining a `default` task is helpful because it runs
## Basic tasks
A basic task is a task that implicitly iterates over all of its targets if no target is specified. For example, in the following, while `grunt lint:test` or `grunt lint:lib` will lint only those specific sets of files, `grunt lint` will automatically run the `test`, `lib` and `grunt` targets for you. It's super convenient.

_Note: basic tasks will ignore any config sub-properties beginning with `_` (underscore)._

```javascript
/*global config:true, task:true*/
config.init({
Expand Down

0 comments on commit cdaa81a

Please sign in to comment.