1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Replace a couple of leftover make.js references with gulpfile.js in docs/comments

Also updates a `console.log` statement in the `gulp importl10n` command (since I forgot it in a previous patch, and it didn't seem necessary with a separate patch for it).
This commit is contained in:
Jonas Jenwald 2017-05-19 23:39:22 +02:00
parent 7b365b9372
commit 957dc40ddf
3 changed files with 3 additions and 3 deletions

View file

@ -92,7 +92,7 @@ $ cd pdf.js
├── extensions/ - various browser extensions
├── external/ - third party code
├── l10n/ - translation files
├── make.js - build script
├── gulpfile.js - build script
├── package.json
├── src/
│   ├── core/ - core layer