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

Properly encode URI paths, closes #222 #224

Merged
merged 1 commit into from
Aug 16, 2014

Conversation

UltCombo
Copy link
Contributor

#222

Properly encode the source mapping URL and source URLs array in accordance to RFC3986 as required by the Source Map spec:

Note: <url> is a URL as defined in RFC3986; in particular, characters outside the set permitted to appear in URIs must be percent-encoded.

//cc @jmeas

@UltCombo
Copy link
Contributor Author

For reference, see the reasoning in #175 (comment) and #222 (comment)

@UltCombo
Copy link
Contributor Author

UltCombo commented Jul 1, 2014

@jmeas do I have to add use cases where sourcemapping does not work without this fix? Or are you just a bit too busy to review these PRs?

@UltCombo
Copy link
Contributor Author

UltCombo commented Jul 1, 2014

Updated OP.

vladikoff added a commit that referenced this pull request Aug 16, 2014
Properly encode URI paths, closes #222
@vladikoff vladikoff merged commit b5eaaea into gruntjs:master Aug 16, 2014
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