We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
SassC::SyntaxError - Error: error in C function asset-data-url: uninitialized constant SassC::Script::String
It looks like the SassC::Script::String was removed from sass-ruby in the commit: sass/sassc-ruby@4731802#diff-36146a65a77915929f0dd69a9bb0c214L42
SassC::Script::String
sass-ruby
The text was updated successfully, but these errors were encountered:
Should it be ::SassC::Script::Value::String instead?
::SassC::Script::Value::String
Sorry, something went wrong.
Correct reference to SassC::Script::Value::String
f2b707c
This part of the code was still referencing an older Sass Ruby constant path Fixes #128
Resolved in version 2.1.2, please give it a try and let me know how it goes!
2.1.2
Problem solved, thanks @bolandrm !
Successfully merging a pull request may close this issue.
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#L8It looks like the
SassC::Script::String
was removed fromsass-ruby
in the commit: sass/sassc-ruby@4731802#diff-36146a65a77915929f0dd69a9bb0c214L42The text was updated successfully, but these errors were encountered: