SakuraIsayeki / WOWS-Karma

Persistent and Comprehensive Karma system for World of Warships
https://wows-karma.com
GNU General Public License v3.0
20 stars 2 forks source link

Change Sass Builder NuGet package to `AspNetCore.SassCompiler` #92

Closed CalebABG closed 2 years ago

CalebABG commented 2 years ago

This provides a working solution for Apple Silicon machines to build the Web project.

The previous NuGet package: LibSassBuilder has an open issue for support of M1 Macs running into issues with the MSBuild Target complaining about not being able to run the command to compile the Sass files - https://github.com/johan-v-r/LibSassBuilder/issues/42

Not quite sure if the compilerconfig.json files are still needed, so I left them as is.