From 5e0d49b759c32cf145c0be655cb8c6bff83d17ec Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Thu, 6 Aug 2015 11:43:00 -0500 Subject: [PATCH] remove unnecessary run-sequence tasks --- gulpfile.js | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) 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(