UNPKG

gulp-modular-tasks

Version:
7 lines 205 B
module.exports = function (gulp, plugins, source, output) { return function () { return gulp.src(source) .pipe(plugins.rename({dirname: ''})) .pipe(gulp.dest(output)); }; };