Tags: kristoff-it/zine
Tags
increase 200x the image buffer size for wuffs Previously Wuffs would fail to detect image size when loading images becaeuse the buffer size provided was too small. This commit empirically solved all wuffs failures on my personal webise, although we should find a better way of deciding what's an appropriate size for this buffer.
Quote prereq names in layout depfile (#68) The layout step was choking on paths with spaces in the depfile, so now all depfile paths are quoted. I could have just added quotation marks to all existing print calls, but I figured it will harder to screw it up again if we're not directly using the writer.
PreviousNext