🚀
This commit is contained in:
parent
e3ff21577f
commit
9db16fcdaa
1 changed files with 1 additions and 4 deletions
|
@ -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'])
|
||||
|
|
Loading…
Reference in a new issue