I am using web compiler but it will not compile my SASS structure unless I right-click on "compilerconfig.json" and select "Web-compiler" --> "Re-compile all files".
When I use the other methods to trigger compile...
It will tell me "Compiled successfully" or "Done compiling", however files are not updated.
I am using Visual Studio 2015 v.3 and Web Compiler UPDATED 8/2/2016, VERSION 1.11.319.
Found the answer in a forum. I just needed to remove some temp files and restart Visual Studio:
%localappdata%\temp\WebCompiler1.xx
Forum post: https://github.com/madskristensen/WebCompiler/issues/158
Hope this helps someone!