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