Prior to the release candidates angular supplied a bundled file. Since the release candidates there\'s no more bundled file. Including angular2 and rxjs my app now makes 6
1)con-cat all js files and css files include on index.html using gulp-concat.
gulp-concat
2)Bundling angular libraries and app components mentioned in systemjs.config.js file. Using gulp systemjs-builder.
systemjs.config.js
systemjs-builder
3)Minify bundles using gulp-uglify.
gulp-uglify