Skip to content
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

Open
tara-fenton opened this issue Feb 17, 2014 · 13 comments
Open

Windows support #10

tara-fenton opened this issue Feb 17, 2014 · 13 comments

Comments

@tara-fenton
Copy link

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.

@jesse-bright
Copy link

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

@sukhjindersingh
Copy link

I tried but it is not working for me.

@jxmallett
Copy link

Thanks @jesse-bright. worked like a charm.

@pilavdzic
Copy link

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/*"'

@jesse-bright
Copy link

@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

@pilavdzic
Copy link

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

@chriseppstein
Copy link
Owner

Please test with 1.1.3 or greater.

@stephenway
Copy link

image

@chriseppstein Tested on Windows 10

@galtalmor
Copy link

@chriseppstein This issue still happens with sass-globbing 1.1.5 . Tested today.
The *.* format works fine.

@chriseppstein
Copy link
Owner

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

@57u
Copy link

57u commented May 12, 2016

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...?

@aHooder
Copy link

aHooder commented Mar 21, 2017

Looks to me like sass-globbing isn't being used at all. The error message is identical to a call without -r sass-globbing and it mentions @import ".../*" suggesting the sass/scss hasn't been altered.

@praveenkgoswami
Copy link

I have faced the sass-globbing issue on windows 8.1
This has been resolved using the below code in xyz.scss file to compile:

@import "utilities**/**";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests