1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-04 15:09:16 +02:00

Updated readme with books submodule

This commit is contained in:
Fred Chasen 2013-11-05 12:51:51 -08:00
parent 6a21966ecb
commit 5dca57b26c

View file

@ -104,6 +104,16 @@ node server.js
* [dev.html](http://localhost:8080/demo/dev.html) will pull from the source files and should be used during development.
* [index.html](http://localhost:8080/demo/index.html) will use the minified production libraries in the dist/ folder.
Testing
-------------------------
Once you start a server you can run the [QUnit](http://qunitjs.com/) tests at [http://localhost:8080/tests/](http://localhost:8080/tests/)
You can download the test books by running:
```
git submodule foreach git pull
```
Building for Distribution
-------------------------