-
Notifications
You must be signed in to change notification settings - Fork 24
Conversation
❤️🔥 |
See estools/escodegen#50. |
@josh have you seen lautis/uglifier@2f6c31a |
@SamSaffron yeah, I'll be back hacking on this stuff soon. |
@josh awesome, it seems https://github.com/michaelficarra/CoffeeScriptRedux is getting close as well and this kind of works http://ryanflorence.com/2012/coffeescript-source-maps/ |
@SamSaffron: Yep, source maps are fully supported, but those instructions are a little out of date. Follow the installation instructions in the README, then |
Uglify now has sourcemaps support |
about less.js: less/less.js#1050 |
👍 (http://opalrb.org is going to have them implemented too) |
Waiting for CoffeeScript source maps <---- Wait no longer: https://twitter.com/jashkenas/status/308659094930214912 |
Yippy! |
awesome, can't wait for this! |
Waiting on 1.6.1 for the required ruby bridge changes. |
Beautiful. |
The API for amending map data to the processing pipeline has mostly been figured out as of #555. A big chunk of work remains around the unification of asset variants which will actually allow you to get the map data out of the pipeline, served up or statically compiled. If you want to help out, feedback should be focused on #569. |
The compiler populates the source map’s `sources` array with this name so we can map the compiled js back to its original coffee file.
Pass source file name to coffee compiler.
Conflicts: lib/sprockets/asset.rb lib/sprockets/base.rb lib/sprockets/bundled_asset.rb lib/sprockets/context.rb lib/sprockets/server.rb sprockets.gemspec test/test_asset.rb test/test_server.rb
Conflicts: .gitignore lib/sprockets/coffee_script_template.rb
Conflicts: lib/sprockets/bundle.rb
No description provided.