-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support source maps #44
Comments
😍 |
https://github.com/thlorenz/combine-source-map can be used to curry sourcemaps through multiple build phases. |
Any update on this? |
When there is an update, it will be posted here. |
It seems SourceMap support was just merged. |
Where? |
@jmuheim Here: sstephenson/sprockets#311 (comment) But it seems it's not on master yet. |
Thanks! 👍 |
Are there any news about source maps support in middleman? |
Seems like this should work:
|
Doesn't seem to work. All I get are inline references to sass files and not the actual source map code. |
This issue is tracking inline sourcemaps: sass/sass#1484 |
Something's not going right here. How do I get inline source maps to work with Chrome? I added my middleman folder to the Chrome workspace, but the CSS inspector still shows the compiled styles.css file as source. And I activated inline source maps in
Also, these are the types of comments found in styles.css:
|
@dcrck My understanding is that the current So I don't think there's a way to make sourcemaps work properly atm =[ |
Is there any progress on js minification source maps? |
Just another avid user checking in on this feature. CSS source maps are pretty critical for many of us these days. Thanks much! |
Looks like neither Sass nor Sprockets upstream support the feature in their stable releases yet :( |
Thanks for the update @tdreyno I've seen evidence that people have found a workaround by using another file watching system like grunt. Perhaps someone who has pulled this off (@andreimoment?) can share the technique / code snippets? Thanks much! |
I couldn't make that work with the ruby tools. At the time libsass was not ready so I gave up and went without the maps feature. Andrei
|
@cassidyclawson v4 betas makes it pretty easy to offload parts of the stack to other processes (like gulp). Check out the |
This issue is STILL open!?!? o_O |
Sprockets 4 still hasn't shipped :( |
Any update on this? |
Happy to take any PRs, but Sprockets 4 is still in beta |
Can anyone tell me which the best way for debugging Sass-code within the browser is? |
We should have the ability to produce sourcemaps for combined files as well as CoffeeScript, SASS/SCSS, etc.
.map
files in the sitemap when sitemaps are available so they get built (Sprockets will be serving them via a URL query parameter.The text was updated successfully, but these errors were encountered: