-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Insiders builds content paths not detected #9565
Comments
Hey! I can't seem to reproduce this, when I clone your project and run it I don't see any errors and the served page has the styles I'd expect: I did make sure to remove the "dependencies": {
- "tailwindcss": "^0.0.0-insiders.2a88642"
+ "tailwindcss": "0.0.0-insiders.2a88642"
} Can you try that and run |
Looks like it only does this on Windows. Not sure why but I can confirm that, on Windows, this does indeed happen. |
Thanks for brining this issue to our attention! I figured out the problem and have opened a PR to fix it. We have some other unrelated stuff that's causing the build to fail which I'll need to wait for us to fix before merging it. |
I'm working on getting a new insiders build out right now. Hang tight! |
Okay, there's a new insiders build out! Can you give that a test and see if your problems are fixed? |
Sure let give it a test and circle back here |
Should just need to do |
Tested on both projects and the issue is fixed. Appreciate getting it fixed so quickly! |
Of course — thank you for letting us know! ✨ The tl;dr on what happened is that Windows different path separator occasionally requires a bit extra work that otherwise doesn't need to happen and it was missed in this case. |
What version of Tailwind CSS are you using?
insiders.2a88642
What build tool (or framework if it abstracts the build tool) are you using?
Reproduced in two different environments
Parcel 2.7.0, postcss 8.4.18
Webpack 4.10.0, postcss 8.4.18
What version of Node.js are you using?
v16.14.0
What browser are you using?
Chrome
What operating system are you using?
Windows 10
Reproduction URL
https://github.com/gigsta12/TailwindContentRepro
Describe your issue
Using the current versions of insiders e.g. 2a88642 the content paths are not identified when you run the project. None of the css is generated in the output files.
The following is shown in the console.
This has occurred in both in my existing larger webpack project but also in the repro project listed above. Unsure if this is related to the new multiple
@config
files? Reading the announcement I wasn't entirely sure if with the upcoming 3.2, the@config
is now required to be included in the input css file so I included it anyways.The text was updated successfully, but these errors were encountered: