Open vlrprbttst opened 9 years ago
Same here. It use to work.
It is working on v0.8.1
I'm also having the same problem. Any solution? Thanks.
I'm having the same issue.
I found it was the autoprefixer that seemed to strip the sourcemap comment out. So I just manually create the comment in my .scss file.
Thanks @paulca55! Autoprefixer was the issue for me as well. I'll just manually create the comment for now.
Just found out how to fix it. in your autoprefixer add this option autoprefixer: { options: { map: true } ..................... }
@robll thanks! im gonna try it as soon as i can
Thanks @robll this works for me.
Thanks @robll, you nailed it.
as stated in the title, i get no sourcemap comment at the end of the compiled css file. i'm on the latest sass and I do get my
main.css.map
file. I tried following tutorials like this one: http://thesassway.com/intermediate/using-source-maps-with-sass to edit/debug sass in the browser but it's possibly not working because i lack that comment in the compiled css file. could you help?i use compass with sass. this is the sass task
thanks!