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

no implicit conversion of Sass::Importers::Filesystem into String #79

Closed
asecondwill opened this issue Sep 5, 2016 · 8 comments · May be fixed by #83
Closed

no implicit conversion of Sass::Importers::Filesystem into String #79

asecondwill opened this issue Sep 5, 2016 · 8 comments · May be fixed by #83

Comments

@asecondwill
Copy link

On updating to rails 4.2.7.1 and sassc-rails 1.3 I'm getting this error:

no implicit conversion of Sass::Importers::Filesystem into String

On all my asset tags, Images, Stylesheets etc, eg:

<%= image_tag("tick.svg") %>

@josemotanet
Copy link

josemotanet commented Sep 28, 2016

I have also come across this when trying to overwrite sass-rails with sassc-rails. Rails 4.2.6.

@arxpoetica
Copy link

arxpoetica commented Sep 28, 2016

Me three, me three. This is happening to me.

Update: turns out it was a conflict w/ the Compass gem. Remove that (and rails-sass) and good to go.

@josemotanet
Copy link

Thanks @arxpoetica.

hexgnu added a commit to Etison/sassc-rails that referenced this issue Nov 28, 2016
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
@asecondwill
Copy link
Author

I've removed compass too. not really a fix but good enough for now. if bourbon works with sassc then that would be a way forward for future projects.

@ncri
Copy link

ncri commented Mar 9, 2017

Not a fix at all, how to use compass together with sassc-rails?

@xzyfer
Copy link

xzyfer commented Mar 9, 2017 via email

@ncri
Copy link

ncri commented Mar 9, 2017 via email

@asecondwill
Copy link
Author

closing i guess.

indirect pushed a commit to Etison/sassc-rails that referenced this issue Apr 10, 2018
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
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

Successfully merging a pull request may close this issue.

5 participants