Skip to content

How to ignore missing images? #624

Answered by ghost
MartinKoeditz asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Martin, unfortunately, I don't know if there is an option for this either. I am also not entirely sure what your use case for this is -- is it for builds of a specific chapter only? Or would you really like to see the little broken-image symbols in your output?

In any case, as a workaround: You can check for missing images (daps -d [DC-file] list-images-missing) and simply run touch for the missing ones: for f in $(daps -d [DC-file] list-images-missing); do touch "images/src/png/$f.png"; done.

Obviously, that will change your repo and I am not sure you want that to happen.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #567 on June 14, 2021 08:01.