dazinator / NetPack

.Net Core library, for runtime processing of static files such as typescript, js, css etc.
13 stars 2 forks source link

Combine Blazor scoped css? #57

Open dazinator opened 4 years ago

dazinator commented 4 years ago

https://github.com/dotnet/aspnetcore/issues/10170#issuecomment-671342247

Experiment to see if I can combine the scoped CSS output to the /obj folder by blazor msbuild, as per comment above, into a single CSS file, with a source map produced.

I should probably take a look at this: https://github.com/microsoft/sourcemap-toolkit#chaining-source-maps as well as some maverick stuff I already did in the past here: https://github.com/dazinator/NetPack/tree/develop/src/NetPack.JsCombine