mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
run some build tasks in parallel
This commit is contained in:
@@ -47,10 +47,9 @@ var tscReporter = {
|
||||
|
||||
gulp.task('build', function(done) {
|
||||
runSequence(
|
||||
'copy.web-animations',
|
||||
'bundle',
|
||||
'e2e',
|
||||
'sass',
|
||||
'fonts',
|
||||
['e2e', 'sass', 'fonts'],
|
||||
done
|
||||
);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user