We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, In this kind of configuration, the extension return an error => The system cannot find the path specified.
Configuration :
tailwind.extension.json :
{ "ConfigurationFile": "Tailwind\\tailwind.config.js", "InputCssFile": "Tailwind\\css\\tailwind.css", "OutputCssFile": "wwwroot\\css\\tailwind.css", "PackageConfigurationFile": "package.json", "UseCli": false }
Project structure :
System used : Windows 11
The text was updated successfully, but these errors were encountered:
It would seem that it is this command execution that causes the exception to be raised.
VS2022-Editor-Support-for-Tailwind-CSS/src/Build/TailwindBuildProcess.cs
Line 214 in 6ebd25c
But if you replace the ; with an &, it works
;
&
Sorry, something went wrong.
Have the same problem
Thanks for the fix! I'll probably include this in a release (1.4.6) either today/tomorrow when I get around to fixing #57.
No branches or pull requests
Hi,
In this kind of configuration, the extension return an error => The system cannot find the path specified.
Configuration :
tailwind.extension.json :
Project structure :
System used : Windows 11
The text was updated successfully, but these errors were encountered: