remove unnecessary run-sequence tasks

This commit is contained in:
Tim Lancina
2015-08-06 11:43:00 -05:00
parent a409e3ecf2
commit 5e0d49b759

View File

@@ -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(