mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 02:05:37 +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
|
@ -63,7 +63,7 @@ function pageLoaded() {
|
|||
document.addEventListener('DOMContentLoaded', function () {
|
||||
if (typeof PDFJS === 'undefined') {
|
||||
alert('Built version of PDF.js was not found.\n' +
|
||||
'Please run `node make generic`.');
|
||||
'Please run `gulp generic`.');
|
||||
return;
|
||||
}
|
||||
pageLoaded();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue