Fix Windows CI: normalize backslash paths in SCSS/Stylus alias resolution#69
Merged
Simon-He95 merged 3 commits intomainfrom Mar 26, 2026
Merged
Fix Windows CI: normalize backslash paths in SCSS/Stylus alias resolution#69Simon-He95 merged 3 commits intomainfrom
Simon-He95 merged 3 commits intomainfrom
Conversation
❌ Deploy Preview for to-unocss failed. Why did it fail? →
|
…ity on Windows Co-authored-by: Simon-He95 <57086651+Simon-He95@users.noreply.github.com> Agent-Logs-Url: https://github.com/Simon-He95/transformToUnoCSS/sessions/aa1df19b-a9d6-4444-aa03-e865123d0820
Deploying transformtounocss with
|
| Latest commit: |
5069899
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://603a6d52.transformtounocss.pages.dev |
| Branch Preview URL: | https://copilot-ci-fix-windows-test.transformtounocss.pages.dev |
Copilot
AI
changed the title
[WIP] Fix CI windows test failure due to file paths
Fix Windows CI: normalize backslash paths in SCSS alias resolution
Mar 26, 2026
Owner
|
@copilot 这个路径只是我的猜测,另外你这个修复方法好吗 |
…patibility Co-authored-by: Simon-He95 <57086651+Simon-He95@users.noreply.github.com> Agent-Logs-Url: https://github.com/Simon-He95/transformToUnoCSS/sessions/348b22a1-eb50-4f25-81ef-f79e21552f0b
Contributor
Author
你的猜测是对的,确实是 Windows 路径问题。根本原因:在 修复方法是在将路径插入 SCSS 源码之前,用 在 5069899 中还修复了 |
Copilot
AI
changed the title
Fix Windows CI: normalize backslash paths in SCSS alias resolution
Fix Windows CI: normalize backslash paths in SCSS/Stylus alias resolution
Mar 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
path.resolve()andpath.join()return backslash-separated paths on Windows. These get interpolated directly into SCSS@use/@importand Stylus@importstatements, which the preprocessors cannot resolve.sassCompiler.tsstylusCompiler.tsOriginal prompt
⌨️ Start Copilot coding agent tasks without leaving your editor — available in VS Code, Visual Studio, JetBrains IDEs and Eclipse.