mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
Fix
This commit is contained in:
parent
561f115868
commit
e4ab5a925e
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ gulp.task('build:client:script', () =>
|
|||
gulp.src('./src/web/app/boot.js')
|
||||
.pipe(replace('VERSION', JSON.stringify(version)))
|
||||
.pipe(isProduction ? uglify() : gutil.noop())
|
||||
.pipe(gulp.dest('./built/web/assets/client/')) as any
|
||||
.pipe(gulp.dest('./built/web/assets/')) as any
|
||||
);
|
||||
|
||||
gulp.task('build:client:styles', () =>
|
||||
|
|
Loading…
Reference in a new issue