You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The library path is specified as
/lib/
at line 64 ofComicBook.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.The text was updated successfully, but these errors were encountered: