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
Instead of generating the url with the https:// it moves one of the / characters.
https://
/
The urls in the .map file therefore end up being relative urls instead of absolute and don't resolve.
.map
Examples of what it turns into:
"https:/raw.githubusercontent.com/Markionium/d2/master/src/common/_normalize.sass", "https:/raw.githubusercontent.com/Markionium/d2/master/src/common/breadcrumbs/_breadcrumbs.sass",
These then resolve to urls like:
http://localhost:8080/dhis/dhis-web-upkeep/vendor/d2js/https:/raw.githubusercontent.com/Markionium/d2/master/src/common/breadcrumbs/_breadcrumbs.sass
The text was updated successfully, but these errors were encountered:
Markionium
No branches or pull requests
Instead of generating the url with the
https://
it moves one of the/
characters.The urls in the
.map
file therefore end up being relative urls instead of absolute and don't resolve.Examples of what it turns into:
These then resolve to urls like:
The text was updated successfully, but these errors were encountered: