diff --git a/gulpfile.js b/gulpfile.js index 5c57e2689b..c349add308 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -63,7 +63,7 @@ var babelOptions = { } } -gulp.task('build', ['bundle.system', 'e2e.build', 'copy.web-animations', 'sass', 'fonts']); +gulp.task('build', ['bundle.system', 'e2e.build', 'sass', 'fonts']); gulp.task('clean.build', function(done) { runSequence('clean', 'build', done); diff --git a/scripts/e2e/e2e.template.html b/scripts/e2e/e2e.template.html index 54443eb9c3..64129f4479 100644 --- a/scripts/e2e/e2e.template.html +++ b/scripts/e2e/e2e.template.html @@ -14,6 +14,7 @@ +