mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -07:00
🚀
This commit is contained in:
parent
f0745b3225
commit
900dfe1659
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