Skip to content

Commit c4b6922

Browse files
committed
Docs: Add note about opt-in symlink following
1 parent b085e95 commit c4b6922

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/API.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ Note that globs are evaluated in order, which means this is possible:
4343
gulp.src(['*.js', '!b*.js', 'bad.js'])
4444
```
4545

46+
**Note:** glob symlink following behavior is opt-in and you must specify
47+
`follow: true` in the options object that is passed to [node-glob].
48+
4649
#### options
4750
Type: `Object`
4851

0 commit comments

Comments
 (0)