I have successfully set up a custom bootstrap theme with Rails 4, and placed the image file here:
/vendor/assets/images/custom_bootstrap_theme/demo/bg01.jpg
The index.html.erb file is referencing this image as follows:
<img src="/vendor/assets/images/custom_bootstrap_theme/demo/bg11.jpg" data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat" alt="">
However, the bg01.jpg image cannot be located. Can someone assist me with this issue? Thank you!