chore(): add es6-shim to e2e tests, fixes Android

This commit is contained in:
Tim Lancina
2016-01-25 14:31:54 -06:00
parent e878b738a2
commit a598e8e1c6
2 changed files with 2 additions and 0 deletions

View File

@ -399,6 +399,7 @@ gulp.task('copy.libs', function() {
var merge = require('merge2');
var webAnimations = gulp.src([
'scripts/resources/web-animations-js/web-animations.min.js',
'node_modules/es6-shim/es6-shim.min.js',
'node_modules/systemjs/node_modules/es6-module-loader/dist/es6-module-loader.src.js',
'node_modules/systemjs/dist/system.src.js',
'node_modules/angular2/bundles/angular2-polyfills.js',