I currently have two tasks, that both compile sass files. I would still like to concat the two directories into separate files but it seems that it would be more maintainabl
It works.
var task1 = gulp.src(...)... var task2 = gulp.src(...)... return [task1, task2];