Skip to content
New issue

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

Sass plugin doesn't generate the url to the raw files correctly #2

Open
Markionium opened this issue Jul 24, 2014 · 0 comments
Open
Assignees
Labels

Comments

@Markionium
Copy link
Owner

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:

"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 
@Markionium Markionium added the bug label Jul 24, 2014
@Markionium Markionium self-assigned this Jul 24, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant