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

Non-Critical Question

Open jakenuts opened this issue 2 years ago • 0 comments

So I've been trying to get a handle on how to use sass in both web project and several RCL projects that get composed into it. Having tried all the various packages and extensions this one remains the easiest to use and the most seamless. I would love to be able to configure more than one project/path and watch that, but that's for another day.

My question is, when I have this package installed and configure a source/target path the css files automatically get created if they don't exist. Similarly if I delete the css files either at design time or runtime *!!?) they are immediately updated. I can't for the life of me figure out how that is happening and since there are no msbuild or vs2022 logs/output at design time there isn't a clear way to track which system is making it happen. Oddly this does not work if the css file already exists and I update the scss, then I have to build to update it. That would be amazing but since it's all magic I have no clue if its possible.

Thanks so much,

James

jakenuts avatar Oct 06 '22 21:10 jakenuts