Blazored / Gitter

A Blazor Gitter Client
MIT License
37 stars 14 forks source link

Replace gulp+npm with MSBuild+Excubo.WebCompiler #84

Closed chucker closed 4 years ago

chucker commented 4 years ago

See #81

This needs to be tested a bit more:

chucker commented 4 years ago

So, it seems fine to me.

@SQL-MisterMagoo, can you expand on what you meant with this:

it has issues with @import when it is combining files (it doesn't move them to the top of the file)

I can't see any problem with the final stylesheet, other than loader.css missing, but I believe that was the case before (it's probably obsolete?).

SQL-MisterMagoo commented 4 years ago

I can't see any problem with the final stylesheet, other than loader.css missing, but I believe that was the case before (it's probably obsolete?).

At some point we had a problem with @import lines not being handled correctly, but that doesn't seem to be happening any more, so all good.

chucker commented 4 years ago

I think this is good to go, then.

SQL-MisterMagoo commented 4 years ago

Thanks @chucker