UNPKG

114 Btext/coffeescriptView Raw
1symlink = require('gulp-symlink')
2
3module.exports = ({gulpsrc, dist}) ->
4 gulpsrc
5 .pipe(symlink(dist))