diff --git a/gulpfile.js b/gulpfile.js index bd9d9d4124..0ae7fe4b5c 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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', diff --git a/scripts/e2e/e2e.template.html b/scripts/e2e/e2e.template.html index 876f90fb23..a76b7ca603 100644 --- a/scripts/e2e/e2e.template.html +++ b/scripts/e2e/e2e.template.html @@ -9,6 +9,7 @@ +