add es6-shim to build scripts

These scripts will probably be removed soon, but add es6-shim
now just in case.
This commit is contained in:
Tim Lancina
2015-12-04 15:04:03 -06:00
parent bee68c1bad
commit ffcdb2ebcd

View File

@@ -17,6 +17,7 @@ module.exports = {
'node_modules/angular2/bundles/angular2.dev.js',
'node_modules/angular2/bundles/router.dev.js',
'node_modules/angular2/bundles/http.dev.js',
'node_modules/es6-shim/es6-shim.min.js',
'dist/js/ionic.js',
'scripts/resources/web-animations-js/web-animations.min.js'
],