diff --git a/gulpfile.js b/gulpfile.js index 1559857fe7..0bad31d6c9 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -288,7 +288,7 @@ gulp.task('e2e.build', function() { } }); -gulp.task('e2e.bundle', ['e2e.build'], function(done) { +gulp.task('e2e.bundle', ['e2e.build', 'bundle', 'copy.web-animations', 'sass', 'fonts'], function(done) { var glob = require('glob'); var webpack = require('webpack'); var path = require('path');