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 1d70cfb commit 6c46116Copy full SHA for 6c46116
index.js
@@ -11,6 +11,7 @@ util.inherits(Gulp, Undertaker);
11
12
Gulp.prototype.src = vfs.src;
13
Gulp.prototype.dest = vfs.dest;
14
+Gulp.prototype.symlink = vfs.symlink;
15
Gulp.prototype.watch = function(glob, opt, task) {
16
if (typeof opt === 'function') {
17
task = opt;
0 commit comments