mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 17:48:07 +02:00
Convert all node make
instances to gulp
This commit is contained in:
parent
ec1cf28679
commit
b8aaa24257
10 changed files with 13 additions and 13 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
if (!PDFJS.PDFViewer || !PDFJS.getDocument) {
|
||||
alert('Please build the library and components using\n' +
|
||||
' `node make generic components`');
|
||||
' `gulp generic components`');
|
||||
}
|
||||
|
||||
// The workerSrc property shall be specified.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue