You are having trouble installing bootstrap on my rails project.
howing / Users / muhname / Photogur / app / views / layouts / application.html.erb, where line # 10 is raised:
could not find file "bootstrap-sprockets" with type "application / javascript"
my application.js file:
//= require jquery //= require jquery_ujs //= require bootstrap //= require bootstrap-sprockets //= require turbolinks //= require_tree .
my css:
/ *= require bootstrap_and_overrides / *= require_tree . / *= require_self /
gem: 'bootstrap-sass', '3.0.2.1'
Anyone who can know what the problem is? thanks!
source share