add pdfjs-dist submodule and symlink minified files
This should make the update process of pdf.js far easier and more maintainable as we can just use the pdfjs-dist tags Signed-off-by: June <june@eridan.me>
This commit is contained in:
parent
df63e56bed
commit
9596bcf082
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "pdfjs-dist"]
|
||||
path = third_party/pdfjs-dist
|
||||
url = https://github.com/mozilla/pdfjs-dist.git
|
File diff suppressed because one or more lines are too long
1
app/src/main/assets/pdf.js
Symbolic link
1
app/src/main/assets/pdf.js
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../third_party/pdfjs-dist/build/pdf.min.js
|
22
app/src/main/assets/pdf.worker.js
vendored
22
app/src/main/assets/pdf.worker.js
vendored
File diff suppressed because one or more lines are too long
1
app/src/main/assets/pdf.worker.js
vendored
Symbolic link
1
app/src/main/assets/pdf.worker.js
vendored
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../third_party/pdfjs-dist/build/pdf.worker.min.js
|
1
third_party/pdfjs-dist
vendored
Submodule
1
third_party/pdfjs-dist
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit a7fc0d33a11d032741f44d0b623780253747da10
|
Loading…
Reference in New Issue
Block a user