Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow decompilation of local assets that match local URL
wintercms/winter#552 introduced a change where all backend assets are converted to URLs to provide support for the `app.asset_url` configuration variable. This change allows asset decompilation to still work by converting a (local) URL back to a relative path. If a URL doesn't match the root URL, then it is passed through as is with no decompilation taking place. Fixes wintercms/winter#562.
- Loading branch information