mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 17:48:07 +02:00
Moves preprocessor stuff to the gulpfile.
This commit is contained in:
parent
6f0cf8c4cb
commit
2049cf01db
8 changed files with 370 additions and 429 deletions
|
@ -13,7 +13,7 @@
|
|||
<!-- for legacy browsers add compatibility.js -->
|
||||
<!--<script src="../compatibility.js"></script>-->
|
||||
|
||||
<script src="../../build/pdf.js"></script>
|
||||
<script src="../../build/generic/build/pdf.js"></script>
|
||||
|
||||
<script id="script">
|
||||
//
|
||||
|
@ -32,7 +32,7 @@
|
|||
//
|
||||
// The workerSrc property shall be specified.
|
||||
//
|
||||
PDFJS.workerSrc = '../../build/pdf.worker.js';
|
||||
PDFJS.workerSrc = '../../build/generic/build/pdf.worker.js';
|
||||
|
||||
//
|
||||
// Asynchronous download PDF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue