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

Add support for sourcesContent property in source maps #397

Closed
arty-name opened this issue Jan 9, 2014 · 0 comments · Fixed by #398
Closed

Add support for sourcesContent property in source maps #397

arty-name opened this issue Jan 9, 2014 · 0 comments · Fixed by #398

Comments

@arty-name
Copy link
Contributor

The source map specification describes an optional field sourcesContent in the source map. This field comes in handy if you don't want to load source files separately when you're using the source map: the actual content of these in included in the source map directly.

I have a small patch implementing this feature, will submit PR soon.

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 a pull request may close this issue.

1 participant