-
Notifications
You must be signed in to change notification settings - Fork 22
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
Windows support #10
Comments
I know this is several months late, but Sass globbing does work for Windows. After installing the Ruby gem, use this style of markup: @import "planets/*/*.*"; As discussed here: #3 |
I tried but it is not working for me. |
Thanks @jesse-bright. worked like a charm. |
I don't think this works on windows for anyone, at least judging by how many people tracked it down all the way to this underlying library and posted bug reports, see other bug reports that have been open here for a year. Gives error gulp-ruby-sass: Line 1: It is not clear which file to import for '@import "base/*"' |
@pilavdzic It has been working for me on Windows 7 for several months now, it's annoying to get working, slows down compiling and makes me hate globbing but it does at least work |
how did you get it to work? I have been trying to get the startersquad/ngseed project going all day today. im on win 8, with node, git and ruby developer kit installed. but keep getting errors related to this library |
Please test with 1.1.3 or greater. |
@chriseppstein Tested on Windows 10 |
@chriseppstein This issue still happens with sass-globbing 1.1.5 . Tested today. |
ok. I have failing tests for windows working on appveyor. I'll see if I can fix it. https://ci.appveyor.com/project/chriseppstein/sass-globbing/build/job/76gte346ysratfkt |
Forked so we can fix this ridiculously annoying Windows issue that's been going on for 3 years.... Lots of complaints but i don't see many offers (from users) to help out and fix it...? |
Looks to me like sass-globbing isn't being used at all. The error message is identical to a call without |
I have faced the sass-globbing issue on windows 8.1 @import "utilities**/**"; |
sass-globbing does not support Windows 7.
Output:
Running "compass:development" (compass) task
WARNING: On line 5 of C:/Users/Tara/Desktop/node-startup/client/sass/styles.sass
:
It's not clear which file to import for '@import "framework/*"'.
Candidates:
framework/_0variables.sass
framework/_animations.sass
framework/_extends.sass
framework/_fonts.sass
framework/_functions.sass
framework/_grid.sass
framework/_media-mixins.sass
framework/_mixins.sass
framework/_reset.sass
framework/_0variables.sass
framework/_animations.sass
framework/_extends.sass
framework/_fonts.sass
framework/_functions.sass
framework/_grid.sass
framework/_media-mixins.sass
framework/_mixins.sass
framework/_reset.sass
For now I'll choose _0variables.sass.
This will be an error in future versions of Sass.
WARNING: On line 6 of C:/Users/Tara/Desktop/node-startup/client/sass/styles.sass
:
It's not clear which file to import for '@import "layout/*"'.
Candidates:
layout/_main.sass
layout/_main.sass
For now I'll choose _main.sass.
This will be an error in future versions of Sass.
The text was updated successfully, but these errors were encountered: