Skip to content

Commit

Permalink
Docs: Add options.cwd for gulp.src API (#1645)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyu2er authored and phated committed Dec 31, 2017
1 parent 5dc3b07 commit d4ed3c7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,15 @@ Options to pass to [node-glob] through [glob-stream].
gulp adds some additional options in addition to the
[options supported by node-glob][node-glob documentation] and [glob-stream]:

##### options.cwd

The working directory the folder is relative to.

Type: `String`

Default: `process.cwd()`


##### options.buffer
Type: `Boolean`

Expand Down

0 comments on commit d4ed3c7

Please sign in to comment.