AspNetCore.SassCompiler icon indicating copy to clipboard operation
AspNetCore.SassCompiler copied to clipboard

Allow `IOptions<SassCompilerOptions>`

Open gumbarros opened this issue 8 months ago • 4 comments

I'm getting sass executable not found on IIS. (Runtime Sass compilation)

Solved with deploying the executable and this:

using AspNetCore.SassCompiler;

[assembly:SassCompiler("Sass\\dart.exe","Sass\\Sass.snapshot")]

Please allow an IOptions<SassCompiler>with the path, this feels so hacky

gumbarros avatar Jun 07 '24 13:06 gumbarros