-
Notifications
You must be signed in to change notification settings - Fork 24
Source Map support #310
Comments
Absolutely. Step 1 is generating source maps for asset bundles. We should be able to do this now. Step 2 is integrating with compilers that produce source maps. This will require more work (and we need to wait on compiler support first). |
Yup. |
Started a branch for this. |
👍 for the hard work https://github.com/sstephenson/sprockets/tree/source-maps |
@sstephenson @josh, BTW, for step 1, how do I generate source map for assets? |
@sstephenson will sprockets create source map for concatenated code? |
+1 whats the progress on this? |
I'm also interested in the progress of this. Anything I can do to help? |
looks like its still work in progress... I am excited about this! |
@sleung-ttc checkout the v4 branch |
@elia can we safely use the 4.0 branch if we're really desperate ? |
@gkatsanos no idea, not using it on any app, you should ask @josh |
Don't know much more than this: #643 |
has this issue been resolved? it appears like no... |
Looks like the latest work is happening at rails#206. |
It would be nice if sprockets pipeline was able to handle SourceMaps.
http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/
Google's closure compiler already supports them & It seems like uglifyjs & coffeescript are working on generating them:
jashkenas/coffeescript#558 (comment)
mishoo/UglifyJS#315
The text was updated successfully, but these errors were encountered: