diff --git a/gulpfile.js b/gulpfile.js index 792d39f950..74d7d00bf5 100644 --- a/gulpfile.js +++ b/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(