fn relocate_assets(
project: &mut Project,
project_dir: Option<&Path>,
) -> Vec<String>Expand description
Moved/renamed sources: re-point assets to project_dir/<file name> when that exists (a silent black
preview is the alternative); returns the paths that are still missing.