-
Couldn't load subscription status.
- Fork 107
Stringify paths to unique paths correctly #83
base: master
Are you sure you want to change the base?
Conversation
lib/sassc/rails/importer.rb
Outdated
| end | ||
|
|
||
| search_paths = ([parent_dir] + load_paths).uniq | ||
| # Compass and other gems us their own special loaders |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
us their own => use their own
|
Updated thanks @PikachuEXE |
|
But the build failed :S |
|
well 💩 I'll look at it |
|
It appears that sassc/sass has changed how line_comments show up relative to this test. It was reporting: I did fix it as is but I believe it would actually be better to change the test to check on the first path which seems to make more sense to me. Though that's up to you @PikachuEXE |
|
I know nothing about the test |
The problem here is that gems like compass-sass and bootstrap-sass will build their own Importer classes that aren't being properly uniqued. Also this resolves the issue outlined in sass#79
The problem here is that gems like compass-sass and bootstrap-sass will
build their own Importer classes that aren't being properly uniqued.
This will resolve #79