Re: [CommunityEngine] jquery-bootstrap and Themes

2012-12-19 Thread Bruno Bornsztein
Hi Kevin, The themes functionality that was present in previous versions of CE has been taken out in the Rails 3.x branch (now master). I'd do it by just creating your own CSS file(s) and including them after the communityengine.css. If you're using Rails 3, you can do this pretty easily using the

Re: [CommunityEngine] jquery-bootstrap and Themes

2012-12-19 Thread Kevin Lawrence
Thank you! I am making good progress adding my own css files and overridden views. Everything works great in development but I have had a series of problems in production that I mostly fixed by adding more and more assets to the precompile list like this: config.assets.precompile +=

Re: [CommunityEngine] jquery-bootstrap and Themes

2012-12-19 Thread Bruno Bornsztein
I wonder if I am missing a better way. The rails guide (and stackoverflow) suggests that I should be able to include assets from an engine using the require tag in my application.css but I wasn't able to get that to work. Not a big deal now. I am just curious. This works in development,