Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lib path is incorrect on compiled project. #8

Open
fake-name opened this issue May 4, 2014 · 1 comment
Open

Lib path is incorrect on compiled project. #8

fake-name opened this issue May 4, 2014 · 1 comment

Comments

@fake-name
Copy link

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.

@balaclark
Copy link
Owner

You are right, I will fix this soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants