mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 06:38:07 +02:00
Bundle wasm-files in pdfjs-dist
(PR 19329 follow-up)
This commit is contained in:
parent
d1f62509e5
commit
de79996574
1 changed files with 6 additions and 0 deletions
|
@ -2355,6 +2355,12 @@ gulp.task(
|
|||
encoding: false,
|
||||
})
|
||||
.pipe(gulp.dest(DIST_DIR)),
|
||||
gulp
|
||||
.src(GENERIC_DIR + "web/wasm/**/*", {
|
||||
base: GENERIC_DIR + "web",
|
||||
encoding: false,
|
||||
})
|
||||
.pipe(gulp.dest(DIST_DIR)),
|
||||
gulp
|
||||
.src(
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue