Skip to content

Commit 7f5ac01

Browse files
beenannerphated
authored andcommitted
gulpjs#1445 - adding note to let folks know this only works with the latest published gulp-cli version (gulpjs#1632)
1 parent 02fe60f commit 7f5ac01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/recipes/exports-as-tasks.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ export default function dev() {
1818
gulp.watch('src/*.js', ['build']);
1919
}
2020
```
21+
22+
This will **not** work with the gulp-cli version bundled with gulp 3.x. You must use the latest published version.

0 commit comments

Comments
 (0)