Skip to content

Commit

Permalink
expose symlink on gulp
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Apr 1, 2015
1 parent ba54824 commit 069972c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -11,6 +11,7 @@ util.inherits(Gulp, Undertaker);

Gulp.prototype.src = vfs.src;
Gulp.prototype.dest = vfs.dest;
Gulp.prototype.symlink = vfs.symlink;
Gulp.prototype.watch = function (glob, opt, task) {
if (typeof opt === 'function') {
task = opt;
Expand Down

0 comments on commit 069972c

Please sign in to comment.