How can one get a full sass (i.e. scss) precompiler environment up and running in Visual Studio 2015? This is a sibling question to this one concerning less.
This can also be achieved without gulp or grunt by simply clicking your way in Visual Studio.
A file called compilerconfig.json is created in the root of the project where you can modify the behavior of the compiler. Right-clicking the compilerconfig.json file let’s you easily run all the configured compilers.
Any time a .scssfile is modified within Visual Studio, the compiler runs automatically to produces the compiled output file.