mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix e2e.bundle task dependencies
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user