Skip to content

Commit 6c46116

Browse files
committed
New: Expose vfs.symlink API on gulp
1 parent 1d70cfb commit 6c46116

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ util.inherits(Gulp, Undertaker);
1111

1212
Gulp.prototype.src = vfs.src;
1313
Gulp.prototype.dest = vfs.dest;
14+
Gulp.prototype.symlink = vfs.symlink;
1415
Gulp.prototype.watch = function(glob, opt, task) {
1516
if (typeof opt === 'function') {
1617
task = opt;

0 commit comments

Comments
 (0)