johan-v-r / LibSassBuilder

Sass builder for .NET projects
MIT License
98 stars 14 forks source link

macOS support #3

Closed ChristianWeyer closed 3 years ago

ChristianWeyer commented 3 years ago

Great lib!

... and of course, the quest for also supporting, macOS is already here ;-) Thanks.

johan-v-r commented 3 years ago

Hi @ChristianWeyer !

Haha sure thing, I've updated the tool with LibSassHost.Native.osx-x64 which is released with v1.3.0

Unfortunately I don't have a mac to test, so if you could please and let me know..?

ChristianWeyer commented 3 years ago

Just tried it, with 1.3.0. This is what I get when building the sample solution:

/Users/christianweyer/.nuget/packages/libsassbuilder/1.3.0/build/LibSassBuilder.targets(5,5): Error MSB3073: The command "mono "/Users/christianweyer/.nuget/packages/libsassbuilder/1.3.0/build/../tool/LibSassBuilder.exe"" exited with code 2. (MSB3073) (BlazorWasmSass.Client)

johan-v-r commented 3 years ago

Ah right think it might be the LibSassBuilder.exe very Windows specific - I've updated to rather run dotnet LibSassBuilder.dll

Please see if v1.4 fixes?

ChristianWeyer commented 3 years ago

This works - awesome, thanks :-)