bugfix replace slash in tailwind config on windows#6203
bugfix replace slash in tailwind config on windows#6203jtoar merged 5 commits intoredwoodjs:mainfrom
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 997e6c5. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this branch ✅ Successfully ran 14 targets
Sent with 💌 from NxCloud. |
✅ Deploy Preview for redwoodjs-docs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
|
Next steps @pantheredeye:
|
Except any version changes to RW libraries. Those should stay 3.0-something (It's a little weird right now because we're in a RC phase. This is not the normal workflow) |
|
oh, man. so I have a couple of notes... and it may take me some time to clean this up. One @dac09 - I ran the rebuild fixture command inside of my redwood framework directory. It took about 20 minutes to complete. Not sure if that was correct. I figured it had to be, so that I could push back to this branch. If not - please let me know. Then, I committed and tried to push the branch, and it said I was behind and had to pull. I had already sync'd my fork with the main when I first opened up, but I did not think about pulling the branch. So, I pulled after the notice and it went into a merge state... I tried to abandon. 😵💫 I really dove off without a safety net... I found this and basically feel like I need to trash my local branch and start over somehow. Also, @Tobbe - I don't really understand how your last comment affects me:
I thought I would figure it out after running the fixture rebuild. But, I didn't figure it out. I didn't see anything that looked like ~3.0ish. None of this is pressing. I am probably off for the night. But, any tips would be appreciated. I will look into it when I get time. |
|
I want to get a patch out so I'm going to push this one across the finish line. I added Tobbe's suggestion (see #6203 (comment)). I rebuilt the fixture but it ended up having no changes except for the migrations (which aren't real changes in this case), so I just added the fixture-ok label instead. |
* bugfix replace slash in tailwind config on windows * Update packages/cli/src/commands/setup/ui/libraries/tailwindcss.js * update regex to tobbe's suggestion Co-authored-by: Daniel Choudhury <[email protected]> Co-authored-by: Dominic Saadi <[email protected]>
* bugfix replace slash in tailwind config on windows * Update packages/cli/src/commands/setup/ui/libraries/tailwindcss.js * update regex to tobbe's suggestion Co-authored-by: Daniel Choudhury <[email protected]> Co-authored-by: Dominic Saadi <[email protected]>
* 'main' of github.com:redwoodjs/redwood: fix(deps): update dependency @graphql-yoga/common to v2.12.12 (redwoodjs#6349) fix(test-project): revert @redwoodjs/core to rc Update yarn.lock v2.2.4 bugfix replace slash in tailwind config on windows (redwoodjs#6203) bugfix replace slash in tailwind config on windows (redwoodjs#6203) chore(deps): update dependency @testing-library/dom to v8.17.1 (redwoodjs#6351) Update yarn.lock Use try/catch to access unauthenticated (redwoodjs#6358) issue#5852 added windows fix for nodeFileTrace (redwoodjs#6325) Handle special props `ref` and `key` in path and search params (redwoodjs#5537) Use try/catch to access unauthenticated (redwoodjs#6358) feat(codemod): Add codemod to make relation resolvers partial (redwoodjs#6342)

Fixes #6194