Created
October 4, 2018 08:16
-
-
Save tsh-code/1eff3269375b21dc84b99a7d0f605107 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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