I am trying to use twitter-bootstrail-rails gem to style my devise sign in pages and custom pages. I have followed the screencasts and included the required gem (gem 'twitter-bootstrap-rails'
gem 'therubyracer', :platform => :ruby
# gem 'therubyracer', '~> 0.10.2'#therubyracer
gem 'libv8', '3.16.14.3'
gem 'less-rails')in my gem file. I am on Windows 7.
All my gems are installed successfully installed but when i navigate to http://localhost:3000/users/sign_up or any page, I am getting this error.Kindly help me resolve this issue as i am struck with this for long time..
cannot load such file -- v8 (in C:/Sites/konavsa/app/assets/stylesheets/bootstrap_and_overrides.css.less) Extracted source (around line #6):
Konavsa
<%= stylesheet_link_tag "application", :media => "all" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>
<meta name="viewport" content="width=device-width, initial-scale=1.0">