From 9db16fcdaaff0a840efc3ba403dac0684429e934 Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Thu, 29 Dec 2016 09:10:43 +0900 Subject: [PATCH] :rocket: --- gulpfile.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gulpfile.ts b/gulpfile.ts index ba75963da..a51c42743 100644 --- a/gulpfile.ts +++ b/gulpfile.ts @@ -40,10 +40,7 @@ gulp.task('build', [ 'build:client' ]); -gulp.task('rebuild', [ - 'clean', - 'build' -]); +gulp.task('rebuild', ['clean', 'build']); gulp.task('build:js', () => gulp.src(['./src/**/*.js', '!./src/web/**/*.js'])