Asset Manager
-
Found a little consistency issue.
The documentation gives this example:
{ "FileTypes": ["Scripts", "Images"], "PositiveWildcard": ["*"] }However I've found that Scripts and Images need to have a trailing slash or the files aren't copied.
DspNetworksthough doesn't need a trailing slash and adding one causes the networks to not copy. -
@David-Healey Oh good spotting, this might come from the fact that there's some internal path normalization but the wildcards do not use this.
BTW, I've added another feature to the asset manager last week: you can define a
SharedWildcardwhich allows you to define files that might be shared across multiple of your assets - the asset installer will then skip them at installation / deinstallation (and verifies that they don't conflict when installing two assets that share files).