-
Notifications
You must be signed in to change notification settings - Fork 15
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 source map support #28
Comments
Hey @DamonOehlman , do you think it could be feasible ? If so, I could try to take a look at it. |
@robink - Sorry for the delay in getting back to you, was on a weeks holiday :) I do think it would be possible, and it would be great if you wanted to take a crack at implementing it. Let me take a look at the code in the next couple of days and I'll provide you my thoughts about how you might go about it... |
Good day! Thanks for the project! I got rigger concatenating js partials files on my gulp-based project. I got Is this the same question? Is there any solution to this? |
I think it probably is. From my reading, the If it was possible to use the I think to get sourcemap support in rigger it would have to be manually implemented. It's one of those things I feel guilty for not doing, so I reckon I should just bite the bullet and make it work. If rigger is still useful to you in your work, then I'm more than happy to do that :) Feel free to ping me if I go quiet... |
As far as I know rigger is still widely used in Russia due to this article. So some kind of source maps support will be quite nice. |
I join the request! Now in order to compile js with sourcemap saving it is necessary to specify the paths in gulpfile.js. It will be more obvious if you specify paths directly in a file similar to main.js using rigger. |
I believe it would be very nice to support source maps.
The text was updated successfully, but these errors were encountered: