Categories
ASP.NET Core MSBuild

Compile SCSS At Build Time Visual Studio

Firstly, there are extensions that can compile scss at build time… but every extension installed is another barrier to new team members coming onboard and getting up to speed on a project. I believe the development environment should have as little dependencies as possible (including extensions). That said this approach does rely on Node.JS to […]