HTML5-Comic-Book-Reader icon indicating copy to clipboard operation
HTML5-Comic-Book-Reader copied to clipboard

Lib path is incorrect on compiled project.

Open fake-name opened this issue 11 years ago • 1 comments

The library path is specified as /lib/ at line 64 of ComicBook.js.

However, if you have a compiled-only project (i.e. only the contents of /comicbook/ are on your served path), the pixtastic files are located in /comicbook/js/.

You can override this when you're creating a comicbook view var book = new ComicBook(), but it makes sense that the built-version should have the correct path.

fake-name avatar May 04 '14 09:05 fake-name

You are right, I will fix this soon.

balaclark avatar May 06 '14 17:05 balaclark