Using tasks.json version 2.0.0, I have not been able to make it so that, when I build my application, multiple tasks are run at the same time. I\'m using gulp for m
tasks.json
Add 'gulp-load-plugins' plugin in package.json
package.json
var gulpLoadPlugins = require('gulp-load-plugins'), plugins = gulpLoadPlugins();
To read more about that plugin, see How To Build And Develop Websites With Gulp