-
Notifications
You must be signed in to change notification settings - Fork 36
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
Update Gemfile (progit:5a2ed7b7) #139
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Takuya Noguchi <[email protected]>
TBH, I don't care about this Gemfile. It is overwritten by the compilation scripts from https://github.com/progit/progit2-pub which are downloaded by the CI tasks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is only for local compilation. For CI, another file is used.
Please let me know if it works for you with this set up.
|
||
gem 'asciidoctor-epub3', :git => 'https://github.com/asciidoctor/asciidoctor-epub3' | ||
gem 'asciidoctor-pdf', '1.5.0.alpha.16' | ||
gem 'asciidoctor-pdf-cjk', '~> 0.1.3' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unless it has changed lately, you have to keep asciidoctor-pdf-cjk
in order to be able to build a PDF with CJK chars. This requirement pulls other requirements on asciidoctor-pdf
and asciidoctor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you try to compile a PDF book with these settings?
Can you check you can push to the repository? |
Adapted from https://github.com/progit/progit2/blob/5a2ed7b76cf2469e7a750f2adee4732c256a8c75/Gemfile
Signed-off-by: Takuya Noguchi [email protected]