summaryrefslogtreecommitdiff
path: root/gulpfile.ts
diff options
context:
space:
mode:
authorAya Morisawa <AyaMorisawa4869@gmail.com>2016-12-29 09:10:43 +0900
committerAya Morisawa <AyaMorisawa4869@gmail.com>2016-12-29 09:10:43 +0900
commit9db16fcdaaff0a840efc3ba403dac0684429e934 (patch)
tree5a43f963e731d9d375929795dd3ac5a4e128e779 /gulpfile.ts
parentFix: Add missing resources (diff)
downloadsharkey-9db16fcdaaff0a840efc3ba403dac0684429e934.tar.gz
sharkey-9db16fcdaaff0a840efc3ba403dac0684429e934.tar.bz2
sharkey-9db16fcdaaff0a840efc3ba403dac0684429e934.zip
:rocket:
Diffstat (limited to 'gulpfile.ts')
-rw-r--r--gulpfile.ts5
1 files changed, 1 insertions, 4 deletions
diff --git a/gulpfile.ts b/gulpfile.ts
index ba75963dac..a51c427438 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'])