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
I'm not sure if I understand question correctly, but if I do, this should be a simple solution:
gulp.task('sass', ['bootstrap-sass', 'site-sass']);