-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fresh install fails with build error #15
Comments
You could clone this repo and just build the project, it should then execute the targets. Probably a breaking change from postcss, you could try to fix the call in BamButz.MSBuild.TailwindCSS.targets. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
You just need to build it with debug configuration. |
Hi there,
I installed your package in a fresh .NET 6 razor page app, but when running
dotnet run
, it fails with the following error:Not sure how I can debug this – perhaps someone could poke me in the right direction?
Thank you!
The text was updated successfully, but these errors were encountered: