From fab876d7bba872e6c404214f6063204cda5d0a70 Mon Sep 17 00:00:00 2001 From: Artur Adib Date: Tue, 25 Oct 2011 23:07:30 -0400 Subject: [PATCH] README - make bundle --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d2dd1f8d7..43a8108f3 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,14 @@ You can also view all the test pdf files on the right side serving + http://localhost:8888/test/pdfs/?frame +### Building pdf.js + +In order to bundle all `src/` files into a final `pdf.js`, issue: + + $ make bundle + +This will generate the file `build/pdf.js` that can be included in your final project. (WARNING: That's a large file! Consider minifying it). + ## Learning Here are some initial pointers to help contributors get off the ground.