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

Get source maps working #73

Closed
Strilanc opened this issue May 2, 2016 · 1 comment
Closed

Get source maps working #73

Strilanc opened this issue May 2, 2016 · 1 comment

Comments

@Strilanc
Copy link
Owner

Strilanc commented May 2, 2016

The code is going through three transformations (traceur, concat, uglify). Figuring out which file line 13473 is from by hand is annoying. Get each transformation step's sourcemap bits working.

@Strilanc Strilanc modified the milestone: May Release May 2, 2016
@Strilanc
Copy link
Owner Author

Strilanc commented May 4, 2016

This is hard. grunt-contrib-concat refuses to read the files generated by grunt-traceur unless I edit it to use ".js.map" instead of ".map" extensions. Even then, all the locations are simply wrong. I think it's grunt-traceur's fault. Switching away from that is a whole 'nother project. This is definitely not going to get done this month.

@Strilanc Strilanc closed this as completed May 4, 2016
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

1 participant