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
One of the problems I faced when using it in cmd ( I am using Windows) is that 'gulp-haml' package is using a very old lodash package which made the installation stuck at ' installing npm modules...: Successful' with errors. I fixed it by upgrading the lodash package inside gulp-haml but I am not sure whether I have finish downloaded whole framework. IMG here (https://drive.google.com/open?id=0B9UG5fu2lrPxNzJ3MzVoWVREa2ZsbHNoSmppQjk1cHNiVjk0)
A bunch of things between the Superbook format and Bookiza are non-standard at this point. I envisage that it'd take a while to arrive at a conclusive set of features, especially the ones that are about book’s behavior on different browsers.
I'll take up documentation this week but there will be a few bugs/incomplete areas for now.
You can definitely run the book on your localhost! That is how I do it. First test the book on my machine, test it on mobile and iPad and then publish it in the open with $ bookiza publish.
One of the problems I faced when using it in cmd ( I am using Windows) is that 'gulp-haml' package is using a very old lodash package which made the installation stuck at ' installing npm modules...: Successful' with errors. I fixed it by upgrading the lodash package inside gulp-haml but I am not sure whether I have finish downloaded whole framework. IMG here (https://drive.google.com/open?id=0B9UG5fu2lrPxNzJ3MzVoWVREa2ZsbHNoSmppQjk1cHNiVjk0)
Next, I ran 'bookiza server' command in cmd, and I got and error saying it is unable to get page-1.html and so on as shown in
IMG(https://drive.google.com/open?id=0B9UG5fu2lrPxbEl0TDJGMXkxeDdvX1FaSkVLekFLbjdiMHdF).
I copy pasted HTML pages from https://github.com/bookiza/bookiza.js/tree/master/html/renders
inside my build/renders directory. But I was unable to achieve swipe effect as shown in video in the Google drive link below.
https://drive.google.com/file/d/169EQj0Cs0DNFBL2UGIGETcPoC0VSHxpg/view?usp=drivesdk
I also encountered some bugs when pressing the next indicator as shown in this Google drive link
https://drive.google.com/file/d/16I-iecFMrBfVpgpd-sTiISTtNjAlr6YU/view?usp=drivesdk
Another bug is that the last page mixed with the first page and the position of the book shifted to the right side as shown in this Google drive link
https://drive.google.com/file/d/16JJmetvJ4m60QG4WVdEYOn3wz8mE1xtw/view?usp=drivesdk
I also wanted to use it on my own domain which I couldn't find how in the docs.
The text was updated successfully, but these errors were encountered: