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

Fix relative path url generation #129

Merged

Conversation

Meberem
Copy link
Contributor

@Meberem Meberem commented Jul 22, 2020

All bundle paths seem to end up starting with a "/" which is absolute as far as Path.Combine is concerned. When combining with wwwroot the full path gets lost and the incorrect url gets generated. Removing the '/' at the start of the asset fixes this issue

May address #77, definately addresses a similar issue I have

All bundle paths seem to end up starting with a "/" which is absolute as far as Path.Combine is concerned. When combining with wwwroot the full path gets lost and the incorrect url gets generated. Removing the '/' at the start of the asset fixes this issue
@madskristensen madskristensen merged commit f9c0b86 into ligershark:master Jul 23, 2020
@madskristensen
Copy link
Member

Thanks

@Meberem
Copy link
Contributor Author

Meberem commented Jul 24, 2020

Thanks! I notice that a new version hasn't been released from appvoyer, I'm guessing that the commit message should have release in there somewhere. Should I create a dummy PR for this?

@madskristensen
Copy link
Member

Let me release a new version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants