Gabriel González Zabala said about 4 years ago on Using Bootstrap Themes :
Hi! Great tutorial, totally worth it!
I used the resume theme https://startbootstrap.com/themes/resume/
Everything went really good except from the js I think, the automatic scrolling between sections doesn't work. It just go like a normal link.
Here are the errors that I see in the terminal:

ActionController::RoutingError (No route matches [GET] "/vendor/bootstrap/js/bootstrap.bundle.min.js"):
ActionController::RoutingError (No route matches [GET] "/vendor/jquery/jquery.min.js"):
ActionController::RoutingError (No route matches [GET] "/js/resume.min.js"):
ActionController::RoutingError (No route matches [GET] "/vendor/jquery-easing/jquery.easing.min.js"):
ActionController::RoutingError (No route matches [GET] "/img/profile.jpg"):
ActionController::RoutingError (No route matches [GET] "/vendor/bootstrap/js/bootstrap.bundle.min.js"):
ActionController::RoutingError (No route matches [GET] "/vendor/jquery-easing/jquery.easing.min.js"):
ActionController::RoutingError (No route matches [GET] "/js/resume.min.js"):

Any help will be very much appreciated!

.