1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-03 14:59:18 +02:00

updated grunt file to compress zip in correct order

This commit is contained in:
Fred Chasen 2013-07-14 13:07:54 -07:00
parent f1eb2d8707
commit ec377d9132
22 changed files with 2347 additions and 100 deletions

View file

@ -24,7 +24,8 @@
fileStorage.filePath = "../libs/fileStorage/workers/";
EPUBJS.VERSION = "0.1.5";
EPUBJSR.app.init('/demo/moby-dick.epub');
// EPUBJSR.app.init('/demo/moby-dick.epub');
window.book = EPUBJSR.app.init('/demo/moby-dick/');
}
};