LoginSignup
1

More than 5 years have passed since last update.

bower で Bootstrap を入れたあと "couldn't find file 'bootstrap' with type 'text/css'" が表示される

Posted at
asset 'bootstrap'

として下記の行を追加すると

application.css
 *= require bootstrap

Rails で下記のエラーが表示された。

couldn't find file 'bootstrap' with type 'text/css'

解消するには Gemfile に下記を追加する

gem 'therubyracer'
gem 'less-rails'

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1