rails / coffee-rails

CoffeeScript adapter for the Rails asset pipeline. Also adds support for .coffee views.
MIT License
230 stars 64 forks source link

Support for source maps? #40

Closed jimeh closed 11 years ago

jimeh commented 11 years ago

With CoffeeScript 1.6.0, source maps are now supported. I'd love to see support to have them auto-generated in the development environment.

http://coffeescript.org/#source-maps

BlueHotDog commented 11 years ago

:+1:

PavelDemyanenko commented 11 years ago

:+1:

guilleiguaran commented 11 years ago

This will be done when sprockets support it

PavelDemyanenko commented 11 years ago

And here is the needed pull request https://github.com/sstephenson/sprockets/pull/311

turadg commented 11 years ago

Until Sprockets updates, @naan has a nice monkey-patching initializer.

PavelDemyanenko commented 11 years ago

I guess this won't be done, cause the needed pull request was closed by Joshua without any explanation.

jalcine commented 10 years ago

No, it's open now.