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

Use url concatenation instead of path concatenation #189

Closed
wants to merge 1 commit into from

Conversation

mikelambert
Copy link
Contributor

Otherwise a path of https://mycdndomain.com/ gets path.join-ed to become https:/mycdndomain.com, which breaks everything.

…h' of 'https://mycdndomain.com/' gets path.join-ed to become 'https:/mycdndomain.com', which breaks everything.
@@ -43,6 +43,7 @@
"tinycolor2": "^1.1.2",
"to-ico": "^1.1.2",
"underscore": "^1.8.3",
"url": "^0.11.0",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't url shipped with node already?

@brunocodutra
Copy link
Collaborator

I believe this is a duplicate of #184

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