Skip to content

Instantly share code, notes, and snippets.

@tsh-code
Created October 4, 2018 08:16
Show Gist options
  • Save tsh-code/1eff3269375b21dc84b99a7d0f605107 to your computer and use it in GitHub Desktop.
Save tsh-code/1eff3269375b21dc84b99a7d0f605107 to your computer and use it in GitHub Desktop.
gulp.task('link-buld', function () {
return vfs.src(fullPath.concat('/*'), {followSymlinks: false})
.pipe(vfs.symlink(buildPath, {relativeSymlinks: true}));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment