Skip to content

Commit

Permalink
Docs: Add note about opt-in symlink following
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Dec 31, 2017
1 parent b085e95 commit c4b6922
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ Note that globs are evaluated in order, which means this is possible:
gulp.src(['*.js', '!b*.js', 'bad.js'])
```

**Note:** glob symlink following behavior is opt-in and you must specify
`follow: true` in the options object that is passed to [node-glob].

#### options
Type: `Object`

Expand Down

0 comments on commit c4b6922

Please sign in to comment.