0b8897540d
Build and Deploy Verso / deploy (push) Successful in 11m49s
When output.html exists, findOutputFiles includes project media files (images, videos) in outputFiles via the MEDIA_REGEX exception so they get served from the cache. _removeExtraneousFiles then treated them as extraneous and deleted them. On the next incremental compile, unchanged binary files are not re-synced, so the files were gone when Quarto ran and when _appendMissingResourceWarnings checked for them. Fix: skip deletion for any file that is a project input resource. Those files appear in outputFiles to be served, not cleaned up. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>