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

Source map improvements: Resolve content from sourceContent and fix inline source map issue #18

Merged
merged 3 commits into from
Sep 20, 2015

Conversation

auchenberg
Copy link
Contributor

This PR fixes the issue of inline source maps (data-urls) being prepended with base url (#17), and adds the logic to extract sourceContent from source map and inject into cache, which makes source mapped assets resolvable by the _get method.

This could probably be covered by a new test.

@oliversalzburg
Copy link
Member

Please be sure to fix jshint errors ;)

@auchenberg
Copy link
Contributor Author

JSHint warnings are now fixed. Tests are passing locally too, but CI seems to fail:
[11:32:43] Starting 'test-ci'... Make sure the SAUCE_USERNAME and SAUCE_ACCESS_KEY environment variables are set. The command "gulp ci" exited with 1.

@oliversalzburg
Copy link
Member

Humm, not sure about that. @eriwen might know how to fix this.

@eriwen
Copy link
Member

eriwen commented Sep 18, 2015

Thank you very much for the PR!

Something is wrong with the GitHub Sauce config. Not your fault, Kenneth.

If the tests are passing locally we can merge this.

On Fri, Sep 18, 2015 at 5:29 AM, Oliver Salzburg notifications@github.com
wrote:

Humm, not sure about that. @eriwen might know how to fix this.

Reply to this email directly or view it on GitHub:
#18 (comment)

ssenbud added a commit that referenced this pull request Sep 20, 2015
Source map improvements: Resolve content from sourceContent and fix inline source map issue
@ssenbud ssenbud merged commit 6295658 into stacktracejs:master Sep 20, 2015
@auchenberg
Copy link
Contributor Author

Yay 👍

@auchenberg auchenberg deleted the sourcemaps branch September 20, 2015 08:00
eriwen added a commit that referenced this pull request Apr 16, 2016
Source map improvements: Resolve content from sourceContent and fix inline source map issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants