-
Notifications
You must be signed in to change notification settings - Fork 198
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
EPUB Reader using Monocle Issue : #252
Comments
Please go through http://test.monoclejs.com/test/ |
Example looking good. |
I think the best way to start is to run monocle in your dev machine. |
Yeah,I am using that link to follow but facing problem.and i posted my problem as shown above.So can you please solve my problem. |
To begin with, no need to add so many scripts. Just add the monocore and monocontrol js files and the css files in your index.html. The other two content.html files should be on the same path level of the index.html, i.e. same folder. You have to create your own JS folder, place the js files and update the paths if required for the script tag in index.html. You can get the scripts from http://test.monoclejs.com/dist/ If you still get issues, post the your console.logs. You can also set Monocle.DEBUG = true for further information in the console. |
Yeah,Exactly,I had created one js folder but where i can find all those js scripts even not there you are given link as http://test.monoclejs.com/dist/. with out js scripts not working.So please suggest me what to do?.@AbhilashThomas |
I am tries to implement monocle example as shown below :
Code :
content1.html
content2.html
index.html
The above example getting only test not getting the text of content1.html & content2.html. I didn't get any idea about this.
I hope to think missing js folder in this index.html to load js scripts but where i can download this js folder and download code from :
Here also not getting JS folder.
Can you please suggest me what to do for this problem?
Thanks in Advance.
The text was updated successfully, but these errors were encountered: