You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if I include two projects that both have assets/foo.png in them, one of them will overwrite the other. Tarmac assumes that AssetName is unique across an entire project, but does not correctly prefix paths from other projects currently.
The text was updated successfully, but these errors were encountered:
Currently, if I include two projects that both have
assets/foo.png
in them, one of them will overwrite the other. Tarmac assumes thatAssetName
is unique across an entire project, but does not correctly prefix paths from other projects currently.The text was updated successfully, but these errors were encountered: