CompileSass

CompileSass is my first Visual Studio extension. Right now is it is a simple extension that compiles all .scss files in the project when any Sass file is saved. CompileSass…

  • Uses LibSass, resulting in fast compile times.
  • Supports Sass files beginning with underscore, which are never compiled into their own files.
  • The point of this project was to continue support for Visual Studio 2015, because Web Essentials no longer supports compiling Sass. This is great if you don’t want to jump into Grunt/Gulp for Sass compilation.

Check out the Build output window to see status or if any errors occurred!

Visual Studio Build Output Window

Check out my blog post to get a little more insight on this project.

Download CompileSass from the Visual Studio Extension Gallery.