Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.

Source Map support #310

Closed
igorbernstein opened this issue Mar 22, 2012 · 16 comments
Closed

Source Map support #310

igorbernstein opened this issue Mar 22, 2012 · 16 comments

Comments

@igorbernstein
Copy link

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

@sstephenson
Copy link
Owner

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).

@josh
Copy link
Contributor

josh commented Mar 22, 2012

Yup.

@josh
Copy link
Contributor

josh commented Mar 22, 2012

Started a branch for this.

@josh josh closed this as completed Mar 22, 2012
@leckylao
Copy link

leckylao commented Oct 9, 2012

@leckylao
Copy link

leckylao commented Oct 9, 2012

@sstephenson @josh, BTW, for step 1, how do I generate source map for assets?

@lessless
Copy link

lessless commented Apr 8, 2014

@sstephenson will sprockets create source map for concatenated code?

@Goltergaul
Copy link

+1 whats the progress on this?

@filipegiusti
Copy link

I'm also interested in the progress of this. Anything I can do to help?

@sleung-ttc
Copy link

looks like its still work in progress... I am excited about this!
#625

@elia
Copy link
Contributor

elia commented Nov 22, 2014

@sleung-ttc checkout the v4 branch

@gkatsanos
Copy link

@elia can we safely use the 4.0 branch if we're really desperate ?

@elia
Copy link
Contributor

elia commented Feb 25, 2015

@gkatsanos no idea, not using it on any app, you should ask @josh

@gkatsanos
Copy link

@elia What I'd like to ask if if there's some idea on when we're gonna have it :) I am still under the shock of realizing there's no proper SASS debugging possibility for one of the most hyped frameworks. @josh

@elia
Copy link
Contributor

elia commented Feb 25, 2015

Don't know much more than this: #643

@veryeasily
Copy link

has this issue been resolved? it appears like no...

@halilim
Copy link

halilim commented Jan 21, 2016

Looks like the latest work is happening at rails#206.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests