asset 'bootstrap'
として下記の行を追加すると
application.css
*= require bootstrap
Rails で下記のエラーが表示された。
couldn't find file 'bootstrap' with type 'text/css'
解消するには Gemfile に下記を追加する
gem 'therubyracer'
gem 'less-rails'
Go to list of users who liked
More than 5 years have passed since last update.
asset 'bootstrap'
として下記の行を追加すると
*= 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
Go to list of users who liked