Skip to content

1.5.1

The previous behavior caused SwiftUI previews to break, since on every
build the output files did "change" (well, at least their update timestamp).

We now only write to the output file, if either it is not existing yet,
or has different content.
Assets 2