We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
makeRelative doesn't work if mixing slashes.
makeRelative
Had a problem with the build process whereby we were looking for a windows escaped base URL in a *nix path. i.e. something like
C:\Some\Dir\Path\ C:/Some/Dir/Path/File.ext
As Url uses a replace, this won't work, as the slashes conflict.
Have submitted #6 as a working example solution.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
makeRelative
doesn't work if mixing slashes.Had a problem with the build process whereby we were looking for a windows escaped base URL in a *nix path.
i.e. something like
As Url uses a replace, this won't work, as the slashes conflict.
Have submitted #6 as a working example solution.
The text was updated successfully, but these errors were encountered: