DEV Community

austinmei5
austinmei5

Posted on

Bootstrap Setup

  1. Remove scaffold css from assets folder

  2. In the shared folder, create a file called "_cdn_assets.html.erb"

  3. Add bootstrap to the cdn assets file.

  1. Render "shared/cdn_assets" in the head of the application.html.erb file

Top comments (0)