]> git.parisson.com Git - pdf.js.git/commitdiff
README - make bundle
authorArtur Adib <arturadib@gmail.com>
Wed, 26 Oct 2011 03:07:30 +0000 (23:07 -0400)
committerArtur Adib <arturadib@gmail.com>
Wed, 26 Oct 2011 03:07:30 +0000 (23:07 -0400)
README.md

index d2dd1f8d70daee0b7a521ab46f93ad91b3dd8d7f..43a8108f376def2d3311bfe0a4f179c01a268b6e 100644 (file)
--- 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.