epubcheck
epubcheck copied to clipboard
Checking expanded EPUB shouldn't create an .epub
Currently, if you use the -mode exp flag, EpubCheck will create an EPUB container before validating. This is grossly inefficient for books with media overlays and completely unnecessary. In our workflow, we'd like to build the EPUB with audio, validate it, then encrypt it and package it into an .epub only after encryption.
:+1:
FYI folks, I am working on a refactoring that will address this, but its going to be a while more before its available for testing... hang in there!
Related to #344