Skip to content

Commit

Permalink
Copy missing image format files so diagnostics can run #127 #858, #97.
Browse files Browse the repository at this point in the history
  • Loading branch information
bpatrik committed Jul 4, 2024
1 parent 67e9b99 commit 2602f4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2602f4e

Please sign in to comment.