balaclark / HTML5-Comic-Book-Reader

A browser based comic book reader. Offers easy navigation and image enhancements.
http://comics.balaclark.com
Apache License 2.0
132 stars 85 forks source link

Basic example dont work #6

Closed Bigua closed 10 years ago

Bigua commented 10 years ago

The basic example don't work. console error:

GET http://localhost/HTML5-Comic-Book-Reader-master/examples/comicbook/comicbook.css 404 (Not Found) basic.html:14 GET http://localhost/HTML5-Comic-Book-Reader-master/examples/comicbook/js/comicbook.min.js 404 (Not Found) basic.html:13 Uncaught ReferenceError: ComicBook is not defined basic.html:24

I've tried to fix the references,without success.

balaclark commented 10 years ago

Did you first build the project (npm install && make)? The compiled files are not saved in git.

Bigua commented 10 years ago

Nop, my bad =/, sorry.

Works fine now.