Merge pull request #1790 from player-03/stale_assets

Automatically delete stale assets and dependency files.
This commit is contained in:
player-03
2024-06-04 13:42:31 -04:00
committed by GitHub
7 changed files with 98 additions and 13 deletions

View File

@@ -438,7 +438,7 @@ class HTML5Platform extends PlatformTarget
var name = Path.withoutDirectory(dependency.path);
context.linkedLibraries.push("./" + dependencyPath + "/" + name);
System.copyIfNewer(dependency.path, Path.combine(destination, Path.combine(dependencyPath, name)));
copyIfNewer(dependency.path, Path.combine(destination, Path.combine(dependencyPath, name)));
}
}
}