Eptagone / Vite.AspNetCore

Small library to integrate Vite into ASP.NET projects
MIT License
264 stars 35 forks source link

Not working with Tailwind? #94

Open yasinkavakliat opened 9 months ago

yasinkavakliat commented 9 months ago

Hi,

maybe I'm doing something wrong here but I cloned this repo, switched into the Tailwind example (examples/intermediate/ViteNET.Tailwind) and tried to run it, but Tailwind isn't getting picked up. Is something missing here in the repo? I also tried it to use with Blazor in .NET 8 but it didnt't worked. I mean I can let tailwind-cli run on build with the csproj file, but I was not able to find any solution to run it with dotnet watch.

Maybe someone can enlighten me? Maybe something has changed with .NET 8 (I'm using .NET 8 btw).

Eptagone commented 9 months ago

Hi, I tried and it works for me. What OS are you using?

Deepfreezed commented 8 months ago

It works fine.