Skip to content

Commit

Permalink
More docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy committed Mar 20, 2012
1 parent 8e1ae74 commit 6d9005d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/api.md
Expand Up @@ -254,6 +254,8 @@ grunt.initConfig({


## Loading Externally-Defined Tasks
For most projects, tasks and helpers will be defined in the [grunt.js gruntfile](configuring.md). For larger projects, or in cases where tasks and helpers need to be shared across projects, tasks can be loaded from one or more external directories or Npm-installed grunt plugins.

_Note that the methods listed below are also available on the [grunt.task](api_task.md) object in addition to the `grunt` object._

### grunt.loadTasks
Expand Down
2 changes: 1 addition & 1 deletion docs/api_task.md
Expand Up @@ -185,7 +185,7 @@ grunt.initConfig({


## Loading Externally-Defined Tasks

For most projects, tasks and helpers will be defined in the [grunt.js gruntfile](configuring.md). For larger projects, or in cases where tasks and helpers need to be shared across projects, tasks can be loaded from one or more external directories or Npm-installed grunt plugins.

### grunt.task.loadTasks ☃
Load task-related files from the specified directory, relative to the [grunt.js gruntfile](configuring.md). This method can be used to load task-related files from a local grunt plugin by specifying the path to that plugin's "tasks" subdirectory.
Expand Down

0 comments on commit 6d9005d

Please sign in to comment.