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
data-uri
Someone else came up with this same error in Issue #99 and I just haven't been able to figure it out. I've been banging my head against the wall.
I can see (from strace) that it's trying to load mime.js from less-2.6.0 and failing, but I don't think that's supposed to even be there:
stat("/usr/local/rvm/gems/ruby-2.4.1@rgf/gems/less-2.6.0/lib/less/js/lib/mime.js", 0x7ffea6b78720) = -1 ENOENT (No such file or directory)
Can anybody come up with any reason why svg paths are not being loaded?
The text was updated successfully, but these errors were encountered:
Any way to reproduce this?
Sorry, something went wrong.
No branches or pull requests
Someone else came up with this same error in Issue #99 and I just haven't been able to figure it out. I've been banging my head against the wall.
I can see (from strace) that it's trying to load mime.js from less-2.6.0 and failing, but I don't think that's supposed to even be there:
stat("/usr/local/rvm/gems/ruby-2.4.1@rgf/gems/less-2.6.0/lib/less/js/lib/mime.js", 0x7ffea6b78720) = -1 ENOENT (No such file or directory)
Can anybody come up with any reason why svg paths are not being loaded?
The text was updated successfully, but these errors were encountered: