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

uninitialized constant SassC::Script::String #128

Closed
WillianGoncalves opened this issue Jun 11, 2019 · 3 comments · Fixed by #129
Closed

uninitialized constant SassC::Script::String #128

WillianGoncalves opened this issue Jun 11, 2019 · 3 comments · Fixed by #129

Comments

@WillianGoncalves
Copy link

I'm getting this error: SassC::SyntaxError - Error: error in C function asset-data-url: uninitialized constant SassC::Script::String. Maybe its origin is here: https://github.com/sass/sassc-rails/blob/master/lib/sassc/rails/functions.rb#L8

It looks like the SassC::Script::String was removed from sass-ruby in the commit: sass/sassc-ruby@4731802#diff-36146a65a77915929f0dd69a9bb0c214L42

@lpagliari
Copy link

Should it be ::SassC::Script::Value::String instead?

csuhta added a commit that referenced this issue Jun 13, 2019
This part of the code was still referencing an older Sass Ruby constant path
Fixes #128
@bolandrm
Copy link
Member

Resolved in version 2.1.2, please give it a try and let me know how it goes!

@lpagliari
Copy link

Problem solved, thanks @bolandrm !

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.

3 participants