*= require bootstrap
或
*= require app_bootstrap
都会导致以下错误:
Sprockets::FileNotFound in Home#index Showing /home/kevin/www-root-new/app/views/layouts/application.html.erb where line #5 raised:
需要改为 *= require _bootstrap 才能正常。
*= require _bootstrap