1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-11-21 17:56:45 +02:00

Copy missing image format files so diagnostics can run #127 #858, #97.

This commit is contained in:
Patrik J. Braun 2024-07-04 22:50:48 +02:00
parent 67e9b995a9
commit 2602f4ecc6

View File

@ -167,6 +167,7 @@ gulp.task('copy-static', (): any =>
gulp
.src(
[
'src/backend/model/diagnostics/image_formats/**',
'src/backend/model/diagnostics/blank.jpg',
'README.md',
// 'package-lock.json', should not add, it keeps optional packages optional even with --force-opt-packages.