Skip to content
This repository has been archived by the owner on Feb 15, 2018. It is now read-only.

Extra ":" when protocol is specified #16

Closed
tivac opened this issue Apr 11, 2014 · 0 comments · Fixed by #17
Closed

Extra ":" when protocol is specified #16

tivac opened this issue Apr 11, 2014 · 0 comments · Fixed by #17

Comments

@tivac
Copy link
Owner

tivac commented Apr 11, 2014

<script type="text/javascript" src="https://www.tooga.com/wooga/nooga/pooga.js"></script>
<script type="text/javascript" src="https://www.tooga.com/rooga/tooga/kooga.js"></script>

becomes

<script src="https:://www.tooga.com/combo?/wooga/nooga/pooga.js&/rooga/tooga/kooga.js"></script>

Note the https:: at the beginning.

The following code in combinator.js looks suspicious.

base = (uri.protocol ? uri.protocol + ":" : "") + "//" + uri.host;
tivac added a commit that referenced this issue Apr 11, 2014
Fixes #16

Introduced with switch from parseUri to url.parse :(
@tivac tivac closed this as completed in #17 Apr 11, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant