darrenkopp / SassyStudio

Visual Studio extension that adds a little bit of support for sass/scss
MIT License
101 stars 12 forks source link

Feature Suggestion: Generate css sourcemap file #51

Closed stonys closed 10 years ago

stonys commented 10 years ago

Hi,

as the newest versions of chrome dev tools supports sourcemaps it would be great if you take into consideration to add this feature. It is indispensable tool for SASS debugging.

Awesome plugin anyway!

darrenkopp commented 10 years ago

Yeah, let me dig into this, I remember seeing a commit in libsass about support for sourcemaps, so I'll go look into whether that is released yet or if that's usable yet. Then I can just give an option for the feature.

schmalls commented 10 years ago

This feature would be good. Libsass added it according to hcatlin/libsass#122.

darrenkopp commented 10 years ago

Yeah, I can see the changes, I'm still trying to figure out how to easily integrate it into SassyStudio

darrenkopp commented 10 years ago

Alright @stonys and @schmalls, I got libsass-net updated to support source maps and got proof of concept working in SassyStudio, so give me a couple of days to get everything wired up and polished.

stonys commented 10 years ago

Yay! Thank you @darrenkopp. I guess I will be updating any time soon.