We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b085e95 commit c4b6922Copy full SHA for c4b6922
docs/API.md
@@ -43,6 +43,9 @@ Note that globs are evaluated in order, which means this is possible:
43
gulp.src(['*.js', '!b*.js', 'bad.js'])
44
```
45
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
+
49
#### options
50
Type: `Object`
51
0 commit comments