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

Error concatenating files which have (inline) source maps themselves #148

Open
ryno1234 opened this issue Feb 3, 2016 · 2 comments
Open

Comments

@ryno1234
Copy link

ryno1234 commented Feb 3, 2016

I'm attempting to concat my output from Browserify which contains an inline sourcemap. When doing this, I get an error "ENAMETOOLONG". My browserify output has the source map inline. It appears that concat task is attempting to read the source map from my working directory using the raw string found in my compiled browserify source map declaration:

eg:
//# sourceMappingURL=data:application/json;charset:utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjp.....

So the concat task is attempting to read: c:\myproject\data:application/json;charset:utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjp.....

Is this project not intended to use inline source maps?

@deerawan
Copy link

got same problem

image

image

@darby3
Copy link

darby3 commented Oct 7, 2016

I've run into this as well. Pull request #167 fixes this for me.

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

3 participants