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

Process embedded source maps #21

Open
THemming opened this issue May 14, 2014 · 1 comment
Open

Process embedded source maps #21

THemming opened this issue May 14, 2014 · 1 comment

Comments

@THemming
Copy link

I'm trying to use a grunt-concat-sourcemap task after a grunt-browserify task but I'm getting a warning as grunt-concat-sourcemap is trying to use the encoded string as a filename to open.

Browserify embeds the source map as a base64 encoded string, i.e: data:application/json;base64.

Could this plugin detect the embedded source map, decode it and use it directly?

@kozy4324
Copy link
Owner

kozy4324 commented Jul 3, 2014

The plugin should consume a base64 encoded source map. This is the issue to be resolved in this plugin.

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