mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 01:58:06 +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
|
@ -4,7 +4,7 @@
|
|||
//
|
||||
// Basic node example that prints document metadata and text content.
|
||||
// Requires single file built version of PDF.js -- please run
|
||||
// `node make singlefile` before running the example.
|
||||
// `gulp singlefile` before running the example.
|
||||
//
|
||||
|
||||
var fs = require('fs');
|
||||
|
@ -12,7 +12,7 @@ var fs = require('fs');
|
|||
// HACK adding DOMParser to read XMP metadata.
|
||||
global.DOMParser = require('./domparsermock.js').DOMParserMock;
|
||||
|
||||
// Run `node make dist` to generate 'pdfjs-dist' npm package files.
|
||||
// Run `gulp dist` to generate 'pdfjs-dist' npm package files.
|
||||
require('../../build/dist');
|
||||
|
||||
// Loading file from file system into typed array
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue