Currently assets always are given a file name with the /assets/ prefix. It would be convenient to be able to specify a root location to use in the packager. For example, using ~/<build_id> would let us package a JavaScript bundle to use assets that live elsewhere on the file system.
Our use case is to allow assets to be dynamically loaded. Currently this is the hack that we're using: https://github.com/AppHubPlatform/apphub-ios/blob/support-new-asset-system/AppHub/AppHub/NSURLRequest%2BAppHub.m
cc @frantic
Currently assets always are given a file name with the
/assets/prefix. It would be convenient to be able to specify a root location to use in the packager. For example, using~/<build_id>would let us package a JavaScript bundle to use assets that live elsewhere on the file system.Our use case is to allow assets to be dynamically loaded. Currently this is the hack that we're using: https://github.com/AppHubPlatform/apphub-ios/blob/support-new-asset-system/AppHub/AppHub/NSURLRequest%2BAppHub.m
cc @frantic