Skip to content
Snippets Groups Projects
Commit 9db16fcd authored by Aya Morisawa's avatar Aya Morisawa
Browse files

🚀

parent e3ff2157
No related branches found
No related tags found
No related merge requests found
...@@ -40,10 +40,7 @@ gulp.task('build', [ ...@@ -40,10 +40,7 @@ gulp.task('build', [
'build:client' 'build:client'
]); ]);
gulp.task('rebuild', [ gulp.task('rebuild', ['clean', 'build']);
'clean',
'build'
]);
gulp.task('build:js', () => gulp.task('build:js', () =>
gulp.src(['./src/**/*.js', '!./src/web/**/*.js']) gulp.src(['./src/**/*.js', '!./src/web/**/*.js'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment