forked from FoundKeyGang/FoundKey
🚀
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'
|
'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'])
|
||||||
|
|
Loading…
Reference in a new issue