Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

util.combine - wrapper around event-stream.combine #16

Closed
yocontra opened this issue Dec 31, 2013 · 1 comment
Closed

util.combine - wrapper around event-stream.combine #16

yocontra opened this issue Dec 31, 2013 · 1 comment

Comments

@yocontra
Copy link
Member

Usage:

var scripts = gulp.combine(
    coffee({bare: true}),
    uglify(),
    concat('script.js'),
    gulp.dest('dist/')
);

gulp.task('default', function() {
  gulp.src('*.coffee').pipe(scripts());
});
@yocontra
Copy link
Member Author

This will also be pretty useful for plugin devs

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant