How can I install the gem less-rails-bootstrap?

Hello.
I want to use twitter-bootstrap and install the gem
GitHub - metaskills/less-rails-bootstrap: The most popular front-end framework for developing responsive, mobile first projects on the web for Rails asset pipeline. but I have this
error:

Installing libv8 (3.3.10.4) with native extensions
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native
extension.

    /home/mauro/jruby/bin/jruby extconf.rb

WARNING: JRuby does not support native extensions or the `mkmf’
library very well.

There is someone that use twitter bootstrap and jruby?

Maybe not much of a help, but I ended up just converting bootstrap to
SASS for my project. There are some ruby conversion script out there
that will convert directories of LESS to SASS.

On Wed, Jan 4, 2012 at 1:52 PM, Mauro [email protected] wrote:

WARNING: JRuby does not support native extensions or the `mkmf’
library very well.

There is someone that use twitter bootstrap and jruby?


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email


Eric F.
[email protected]

On 4 January 2012 20:34, Eric F. [email protected] wrote:

Maybe not much of a help, but I ended up just converting bootstrap to
SASS for my project. There are some ruby conversion script out there
that will convert directories of LESS to SASS.

Ok then LESS is the problem.
So I can use the gem twitter-bootstrap-rails hoping it works with jruby,
Do you use twitter bootstrap?

On 4 January 2012 22:40, Mauro [email protected] wrote:

On 4 January 2012 20:34, Eric F. [email protected] wrote:

Maybe not much of a help, but I ended up just converting bootstrap to
SASS for my project. There are some ruby conversion script out there
that will convert directories of LESS to SASS.

Ok then LESS is the problem.
So I can use the gem twitter-bootstrap-rails hoping it works with jruby,
Do you use twitter bootstrap?

Also the gem twitter boostrap require LESS and the gem lbv8 that can’t
be installed with jruby :frowning:

On 5 January 2012 00:15, Eric F. [email protected] wrote:

Maybe you should just add bootstrap manually by moving over the JS and
converting the LESS files to SASS. I am using bootstrap with JRuby
but not the bootstrap rails gem. I am also using Rails 3.1.

Perhaps this work GitHub - twbs/bootstrap-sass: Official Sass port of Bootstrap 2 and 3.
I’ve taken from
Twitter Bootstrap, Less, and Sass: Understanding Your Options for Rails 3.1 — SitePoint

Maybe you should just add bootstrap manually by moving over the JS and
converting the LESS files to SASS. I am using bootstrap with JRuby
but not the bootstrap rails gem. I am also using Rails 3.1.

On Wed, Jan 4, 2012 at 5:39 PM, Mauro [email protected] wrote:

Also the gem twitter boostrap require LESS and the gem lbv8 that can’t
be installed with jruby :frowning:


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email


Eric F.
[email protected]