0

I'm using these gems in a Rails4 project:

gem 'forem', :github => "radar/forem", :branch => "rails4"
gem 'forem-bootstrap', :github => "radar/forem-bootstrap"

I have this is my applications.js:

//= require forem

I have this in my application.css file:

 *= require forem-bootstrap

I have these files in my assets/stylesheets folder:

forums.css.scss
posts.css.scss
topics.css.scss

The forum works, but it's not Bootstrap looking.

What am I doing wrong?

Thanks for the help!

UPDATE1

My app is using Bootstrap3 - is that part of the problem?

Reddirt
  • 5,913
  • 9
  • 48
  • 126

1 Answers1

0

I got it to work by adding this file to layouts:

forem.html.erb
Reddirt
  • 5,913
  • 9
  • 48
  • 126