mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
remove unnecessary run-sequence tasks
This commit is contained in:
12
gulpfile.js
12
gulpfile.js
@@ -54,11 +54,7 @@ var tscReporter = {
|
||||
gulp.task('clean.build', function(done) {
|
||||
runSequence(
|
||||
'clean',
|
||||
'transpile',
|
||||
'bundle.js',
|
||||
'e2e',
|
||||
'sass',
|
||||
'fonts',
|
||||
'build',
|
||||
done
|
||||
);
|
||||
})
|
||||
@@ -77,11 +73,7 @@ gulp.task('build', function(done) {
|
||||
gulp.task('watch', function(done) {
|
||||
|
||||
runSequence(
|
||||
'transpile',
|
||||
'bundle.js',
|
||||
'e2e',
|
||||
'sass',
|
||||
'fonts',
|
||||
'build',
|
||||
'serve',
|
||||
function() {
|
||||
watch(
|
||||
|
||||
Reference in New Issue
Block a user