Vincent Ollivier
Vincent Ollivier
A version of this gem compatible with rails 5 would indeed be a good thing.
Can confirm the segfault with `5.3.7` kernel on Arch Linux.
Hi @liamoc, thanks for opening this issue, I could indeed make more modules public, I'll look into it!
That'd be good because the gem is broken at the moment: https://github.com/nricciar/wikicloth/pull/92
Hi @dldinternet what's the status on your PR?
Yes! You did a good job on that, it'd be cool to merge it if it's working.
I'm using the gem `bootstrap-sass` and I want to use `rails-assets-seiyria-bootstrap-slider` but it depends on `rails-assets-bootstrap` resulting on: ``` Sass::SyntaxError at / File to import not found or unreadable: bootstrap/less/bootstrap....
That's what I'm using, the latter is only required by `rails-assets-seiyria-bootstrap-slider` which is the problem.
But then I end up with: ``` Sprockets::FileNotFound at / couldn't find file 'seiyria-bootstrap-slider' ``` I switched to using `bower-rails` instead on my project (https://github.com/vinc/cities.vinc.cc/commit/9ee01689b298a8c60d85bfafda1116486c7d1071) but I would prefer to...
Oh, that I hadn't tried, but I still get the first `Sass::SyntaxError`.