Jason Moore

Results 178 comments of Jason Moore

@Mykullski I didn't address the issue yet, just the one that was preventing you from being able to build WebCompiler; I'm doing some home repairs, so my free time has...

@Mykullski Until it's published to nuget, you have to add the dlls manually from your build for testing.

@Mykullski I'll try to take a look at it when I finish with the house repairs, if you want to try fixing it, I'd be happy to review your pull...

Add the following to your project file to fix this until a proper fix is found. ` WebCompile;$(PrepareForBuildDependsOn) ` Build => Clean Solution Build => Rebuild Solution https://github.com/dotnet/aspnetcore/issues/58948

I'll take a look; I have a new release ready, but was waiting on a possible pull request; if this is a straightforward fix, I'll try to squeeze it into...

I did not have a chance to fix this issue yet; I'll try to look i to it today.

It looks like this should be a relatively easy fix, I'll add a bool outputUTF8Identifier option to the config, default to true if it's not present to maintain current behavior....

This should work for all types { "outputFile": "wwwroot/css/site.css", "inputFile": "Styles/site/scss/site.scss", "outputUTF8Identifier": false, "minify": { "enabled": false }, "options": { "sourceMap": true, "relativeUrls": false } } // the back ticks...

I haven't tested it, but that should work

It should probably be in the SASS default options; I'll try to find time to test it, but I have a deadline for work at the moment, so it may...