-
Notifications
You must be signed in to change notification settings - Fork 40
PostCSS output result is empty in windows machine #107
Comments
Any chance you have it cloned into a path that contains spaces? Appears to be issues around that with Windows at the moment. |
Also for reproduction repository you were supposed to provide an awesome YouTube video, I'll let you off with a warning this time though 🧐😅 |
Yes it does contains spaces but i already have fixes applied from #106 and it is working. But the issue is that the test files are failing because snapshots not matching up (since final result from postcss is empty)
|
Here's the video (it's not much, very straightforward): tailwind-video.mp4 |
Ah man I think my joke didn't come across properly with the YouTube stuff, what I meant is to just share a video you really like from YouTube, even Rick Roll me if you're truly evil 😅 Thanks for this though I will take a look at it when I have a chance and see if we can figure out the issue! |
Oh gosh... haha... my bad, I missed the joke 😆 😆
|
chokidar and fast-glob expect paths to use forward slashes
What version of @tailwindcss/jit are you using?
0.1.3
What version of Node.js are you using?
v14.16.0
What browser are you using?
N/A
What operating system are you using?
Windows 10 (Windows_NT x64 10.0.19041)
Reproduction repository
N/A
Even after applying the fixes in #106
I could not get the tests to pass, all tests are failing.
And I noticed that the output of
postcss
'sresult.css
only contains the base styles, thus snapshots aren't matching.Test name: 01-basic-usage.test
Output:
Screenshot:
NOTE: This seems to be a windows specific issue because it works fine on mac.
The text was updated successfully, but these errors were encountered: