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

Is it feasible to add support for sourcesContent? #1

Closed
davemo opened this issue Jun 24, 2013 · 3 comments
Closed

Is it feasible to add support for sourcesContent? #1

davemo opened this issue Jun 24, 2013 · 3 comments

Comments

@davemo
Copy link
Contributor

davemo commented Jun 24, 2013

I was reading the mozilla documentation and came across sourcesContent: Optional. An array of contents of the original source files.

Would it be feasible to add an option to grunt-concat-sourcemap so that sourcemaps could be entirely self contained, including the mappings and the original sources? The reason I think this would be useful is that it would simplify server-side configuration and avoid having to upload original src files along with the map; unless I'm misunderstanding the purpose of soucesContent

Thoughts?

@searls
Copy link

searls commented Jun 24, 2013

👍 this would make it much easier to use for us.

@davemo
Copy link
Contributor Author

davemo commented Jul 7, 2013

I implemented this feature in #3

@davemo
Copy link
Contributor Author

davemo commented Jul 8, 2013

Closing as this has been merged :)

@davemo davemo closed this as completed Jul 8, 2013
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

No branches or pull requests

2 participants