diff --git a/gulpfile.js b/gulpfile.js
index 89ad502a4a..f14d8a6a19 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -396,7 +396,16 @@ gulp.task('copy.scss', function() {
gulp.task('copy.libs', function() {
var merge = require('merge2');
- var webAnimations = gulp.src('scripts/resources/web-animations-js/web-animations.min.js')
+ var webAnimations = gulp.src([
+ 'scripts/resources/web-animations-js/web-animations.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',
+ 'node_modules/angular2/bundles/angular2.dev.js',
+ 'node_modules/angular2/bundles/router.dev.js',
+ 'node_modules/angular2/bundles/http.dev.js',
+ 'node_modules/rxjs/bundles/Rx.js'
+ ])
.pipe(gulp.dest('dist/js'));
var libs = gulp.src([
diff --git a/scripts/e2e/e2e.template.html b/scripts/e2e/e2e.template.html
index 64129f4479..876f90fb23 100644
--- a/scripts/e2e/e2e.template.html
+++ b/scripts/e2e/e2e.template.html
@@ -5,18 +5,19 @@
-
-
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+