-
Notifications
You must be signed in to change notification settings - Fork 2k
Refactoring book:build
#1595
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
Comments
While you are at it, I would also like to split the tasks of checking some artifacts (html, epub), from the task of building all of them (pdf). PDF takes a lot of time and does not check anything, so it is useless for CI. |
@jnavila ok, but should |
We could have a target |
@jnavila did you mean |
I'm proposing to refactor
book:build
task onRakefile
.The task will be split into:
book/contributors.txt
(as prerequisites)Also introduce
book:clean
task, which will remove all generated artifacts (book/contributors.txt
,progit.{html,epub,pdf}
)The text was updated successfully, but these errors were encountered: