Rails 3.1.3 I'm trying to apply TwitterBootstrap and LESS
bundle install the following gem 'less-rails-bootstrap', '~> 2.0.4' Normal Twitter bootstrap is applied without problem. But I need to change themes to my own creation or downloaded from http://bootswatch.com/ My question is WHERE exactly should I place the LESS setting as a separate file? Of course, in assets/stylesheet directory, but I placed it there, and checked the source code of the generated web page. For some reason, the normal twitter bootstrap setting comes AFTER the LESS I created. The order of reading files seems important. Could anyone give me tips for this? soichi -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

