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

Vivliostyleビルドルール #1663

Merged
merged 2 commits into from
Feb 10, 2021
Merged

Vivliostyleビルドルール #1663

merged 2 commits into from
Feb 10, 2021

Conversation

kmuto
Copy link
Owner

@kmuto kmuto commented Feb 10, 2021

vivliostyle-cli https://github.com/vivliostyle/vivliostyle-cli がインストールされている環境において、

  • rake vivliostyle:build (または rake vivliostyle) →PDFを作成
  • rake vivliostyle:preview →プレビューを開く

のルールを実行できるようにしました。
具体的にはEPUBを普通に作ったあと、vivliostyleに食わせてPDFかプレビューを作ります。

環境変数は以下のとおりです。

  • REVIEW_VSBIN: vivliostyleコマンドのパス(PATHが通ってない場合用)
  • REVIEW_VSBIN_USESANDBOX: とりあえずLinuxだと--no-sandbox付けないと変なクラッシュになるので、デフォルトでそれを使います。この変数に値が何か入ってるときには--no-sandbox付けをやめます。
  • REVIEW_VSBIN_OPTIONS: それ以外に何かオプションを付けたいとき用
  • REVIEW_VSBIN_PDF: 出力ファイル名。デフォルトはpdfmakerと同じくBOOK+.pdf

@takahashim
Copy link
Collaborator

VSBINではなくVSCLIでどうでしょうか?
あとは特に気になるところはありませんでした 🙆‍♀️ (というか真面目に使ってないのでよくわからず…)

@kmuto
Copy link
Owner Author

kmuto commented Feb 10, 2021

コミットメッセージまちがえた… VSCLIにしています。
ドキュメントも簡単ですが入れたので、これでいきますね。

@kmuto kmuto merged commit e7a5be1 into master Feb 10, 2021
@kmuto kmuto deleted the vivliostyle-build branch February 10, 2021 12:35
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

Successfully merging this pull request may close these issues.

2 participants