madskristensen / WebEssentials2013

Visual Studio extension
http://vswebessentials.com
Other
945 stars 252 forks source link

Parent SASS file not recompiling when partial is saved #1964

Open ghost opened 9 years ago

ghost commented 9 years ago

I've got VS2013. This feedback issue says that it was completed:

https://webessentials.uservoice.com/forums/140520-general/suggestions/5417702-compile-parent-css-on-child-partial-scss-save

I have _documentDefault.scss that I make a change in. That change doesn't recompile the SASS until I save the document that does an @import on _documentDefault.scss

I have to save both files in order for the changes to show up in the browser. Am I missing something?