Can you make sure if everything looks fine when you precompile all the assets locally once ?
rake assets:precompile:all this way you can easily identify the issue. Vivek On Tue, Apr 9, 2013 at 4:34 PM, Lea Viljanen <[email protected]> wrote: > > I'm not sure if this is an issue in Hobo, the new asset pipeline or > something in my config. But just to check, has anyone else experienced a > partial failure in the Hobo admin theme in production? > > I have an older Hobo app I've now redone to use the new Hobo 2.0 and Rails > 3.2. It's been an interesting experience but my (hopefully) last issue is > with the admin site theme (hobo_clean_admin) in production. > > I have the app up and running in development and everything looks fine. > But when I deploy the app with capistrano from git to my Amazon EC2 > instance, the hobo_clean_admin theme works only partially. > > It looks like some of the clean.css definitions are not used but the > reset.css definitions are overriding them. For example, the h2 heading > class font isn't 18px but 28px. > > This is somewhat difficult to debug, because the asset precompilation > mashes all the css files together to an unmanageable lump file in > production. The clean.css definitions seem to be there but sandwiched > between two reset.css definitions. > > -- > Lea 'LadyBug' Viljanen > > -- > You received this message because you are subscribed to the Google Groups > "Hobo Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/hobousers?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
