Rails for Beginners Part 7: Adding Bootstrap CSS & Javascript Discussion
Would it make more sense to add the Bootstrap javascript bundle just before the closing body tag so the page loads faster and does not block the rendering of the page? Also, once a person visits the site, are the files cached so they do not need to re-download all the time? (Assuming the Bootstrap files have not changed)
going to try this, I need to put the bootstrap at the end of application layout html file.