Closed sebastianhenneberg closed 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.
scripts.js
partials.js
config.js
found a way to merge gulp streams: https://github.com/gulpjs/gulp/blob/master/docs/recipes/using-multiple-sources-in-one-task.md
Combine the output files
scripts.js
,partials.js
andconfig.js
into one single filescripts.js
for better performance and simplicity.