-
Notifications
You must be signed in to change notification settings - Fork 347
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
SourceMapIn for globbed files should support multiple sourceMapIn's #292
Comments
I would love to see this implemented. I think we could do it by allowing that variable to be an array of strings or a glob. |
Would be nice. I'm using both coffeescript as well as concat. It's a bit of a pain that you can't pull both the sourcemaps in. |
Would be helpful. What i'm trying to do is take a bunch of JS files and CoffeeScript files, compress them into one .js file, and have all the proper sourcemaps generated so that it can be easily debugged. |
FYI I found a tool that does exactly that. grunt-contrib-mapcat. Works great! |
+1. This is very frustrating. |
+1 |
6 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
Example:
This should work, reading in each sourcemap for each coffeescript file, and using the correct source map. Instead, an error explicitly acknowledging this lack of support comes up.
The text was updated successfully, but these errors were encountered: