testdouble / jasmine-rails

A Jasmine runner for rails projects that's got you covered in both the terminal and the browser
http://rubygems.org/gems/jasmine-rails
MIT License
377 stars 154 forks source link

Sourcemap on /assets/jasmine-specs.js #228

Open btakita opened 6 years ago

btakita commented 6 years ago

It would be nice to have the backtrace for spec errors point directly to the source file, instead of into /assets/jasmine-specs.js.

Perhaps a sourcemap can be created on the generated /assets/jasmine-specs.js file?

searls commented 6 years ago

Development of this gem isn't really active but if someone were to propose a tested pull request that did this, I'd be happy to merge it