-
Notifications
You must be signed in to change notification settings - Fork 34
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
Completely Fails on Windows #16
Comments
Can you give #17 a try to see if that fixes this? |
I threw a pull request on top of @sullenor's updates in #17 with some debugging code so that you guys could get an idea of what is happening more behind the scenes: https://github.com/sullenor/css-modules-loader-core/pull/1 Hopefully that should be enough for you guys to figure out what's happening. I don't really understand half the logic that is happening in those files, so I wasn't able to contribute any code changes that would actually help fix the issue. |
Has anyone had a chance to look into this at all? Do you need more information? |
Thank you for your effort. I tried to look into this, but looks like the problem lies a bit deeper then I thought. I'll to get a windows image and debug it manually. |
Great. Thanks |
Any progress here? The basic I'm digging, and it runs into trouble here, maybe |
@tivac good catch. I never realized that it was only failing for the composed files. I really like the composing functionality, but at least it can be worked around using PostCSS plugins for variables and/or mixins. I probably won't do that, though. I'm in the middle of setting up with WebPack and seeing what it can offer me vs Browserify and I can probably live with their css-loader as an alternative, but it'd be nice to have this working for everyone anyway. |
Any news on this? @geelen? @sullenor? |
I haven't heard anything. I've just moved on to webpack. It's more integrated and works better for me anyway. |
I know this is very old... but setting the root param / arg for the FileSystemLoader to |
This is fixed now with postcss-modules v5 |
I tried using css-modulesify and it kept having issues with loading my files. I traced the issues back to this project. I cloned the repo and ran the tests and every single one failed. It keeps injecting
C:\C:\
into the file path where it thinks the "root" is (that's how it appears to me anyway).Full Test Output:
The text was updated successfully, but these errors were encountered: