Re: [Rails] Trying to add bootstrap to existing project, getting CSS compile error: missing file

2013-01-03 Thread tamouse mailing lists
On Thu, Jan 3, 2013 at 4:31 AM, jmcguckin wrote: > Trying to add bootstrap to an app being ported to Rails 3.2.3. > group :assets do > gem 'sass-rails', '~> 3.1' > gem 'bootstrap-sass', '~> 2.0.0' > gem 'coffee-rails', '~> 3.2.2' > gem 'uglifier', '>= 1.2.3' > > end I have bootstrap-sass

[Rails] Trying to add bootstrap to existing project, getting CSS compile error: missing file

2013-01-03 Thread jmcguckin
Trying to add bootstrap to an app being ported to Rails 3.2.3. I get the following error: Error compiling asset application.css: Sass::SyntaxError: File to import not found or unreadable: bootstrap. Here's my gem file: source 'http://rubygems.org' gem 'rails', '3.2.9' group :assets do gem