stomt / gulp-modular

Boilerplate gulp tasks for quick project setup.
MIT License
10 stars 0 forks source link

Combine scripts tasks into single file #28

Closed sebastianhenneberg closed 9 years ago

sebastianhenneberg commented 9 years ago

Combine the output files scripts.js, partials.js and config.js into one single file scripts.js for better performance and simplicity.

sebastianhenneberg commented 9 years ago

found a way to merge gulp streams: https://github.com/gulpjs/gulp/blob/master/docs/recipes/using-multiple-sources-in-one-task.md