Closed fireproofsocks closed 10 years ago
Specifically on Moxycart and AssetManager, when I install a repo, e.g. from assets/repos/ it actually ends up installing to assets/assets/repos/
assets/repos/
assets/assets/repos/
This is caused by the default settings used by the "Filesystem" Media Source. The path is prefixed with the Filesystem basePath from the Media Source.
The solution:
31d3161..4b139ac master -> master
Specifically on Moxycart and AssetManager, when I install a repo, e.g. from
assets/repos/
it actually ends up installing toassets/assets/repos/