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
{{ message }}
This repository has been archived by the owner on Jan 10, 2021. It is now read-only.
There are following files missing when you create a new book (probably because they are not meant to be re-created with books), but the irony is that they should be created according to quick glance over the code:
# Create create folder with book title Example
docker run --rm -v $PWD/create:/Open-Publisher/Source -v $PWD/output:/Open-Publisher/Books -it ctarwater/open-publisher rake create
# Create skel folder with Example
docker run --rm -v $PWD/skel:/Open-Publisher/Source -v $PWD/output:/Open-Publisher/Books -it ctarwater/open-publisher rake skel
# Compare both structures (other files mostly whitespaces are differences)
diff --brief --recursive create/ skel/
Only in skel/: images
Only in skel/_includes: bibliography.md
Only in skel/_includes: bio.md
Files create/_includes/Example/amazon.md and skel/_includes/Example/amazon.md differ
Files create/_includes/Example/amazon_review.md and skel/_includes/Example/amazon_review.md differ
Files create/_includes/Example/chapters.md and skel/_includes/Example/chapters.md differ
Only in skel/_includes: license.md
Only in skel/_includes: magnet_tah.md
Files create/_layouts/Example/amazon.md and skel/_layouts/Example/amazon.md differ
I would be hoping its an easy fix as a workaround I will just copy the missing files from the example.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There are following files missing when you create a new book (probably because they are not meant to be re-created with books), but the irony is that they should be created according to quick glance over the code:
My idea is that something goes wrong: https://github.com/chrisanthropic/Open-Publisher/blob/master/Rakefile#L58-L62 , but my rake knowledge is not close enough to decypher.
Above diff was achieved with:
I would be hoping its an easy fix as a workaround I will just copy the missing files from the example.
The text was updated successfully, but these errors were encountered: