From 3374deab3df35e78b8fec8179f6429828e41596f Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Mon, 4 Jan 2016 15:08:11 -0600 Subject: [PATCH] test(): fix web-animations ref for e2e tests --- gulpfile.js | 2 +- scripts/e2e/e2e.template.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 @@ +