How to use the stream-combiner2.on function in stream-combiner2

To help you get started, we’ve selected a few stream-combiner2 examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github cwadrupldijjit / ng2-parallax / gulpfile.js View on Github external
// copy
		gulp.src(pathToEs5)
			.pipe(gulp.dest(destinations.es5)),
		
		/* This task doesn't work for some reason, deriving from possibly not being able to
		   find the files, which doesn't make sense since the task above it works just fine. */
		// // minify
		// gulp.src(pathToEs5)
		// 	.pipe(uglify())
		// 	.pipe(rename({
		// 		suffix: '.min'
		// 	}))
		// 	.pipe(gulp.dest(outputDist_es5))
	]);
	
	combine.on('error', console.error.bind(console));
}

stream-combiner2

This is a sequel to [stream-combiner](https://npmjs.org/package/stream-combiner) for streams3.

MIT
Latest version published 9 years ago

Package Health Score

65 / 100
Full package analysis

Similar packages