Thanks Bryan I have tried the precompile options but it throws an error.
stack level too deep (in /home/me/.rvm/gems/[email protected]/gems/jquery-ui-themes-0.0.6/app/assets/stylesheets/jquery-ui/flick.css.scss) I have tried both sass-rails 3.1.5. and 3.1.4 and they gave the same error. What is the recommended Gem setting for it in order to get it compiled? Thanks a lot On Wednesday, 8 August 2012 23:18:11 UTC+8, Bryan Larsen wrote: > > You need to run "rake assets:precompile" before running in production > mode. > > If you wish to switch back to development mode, remove the > public/assets directory. > > More information here: > > http://guides.rubyonrails.org/asset_pipeline.html > > Bryan > > On Wed, Aug 8, 2012 at 11:12 AM, Catbus Omnibus > <[email protected]<javascript:>> > wrote: > > Hi, > > > > I am using 1.4pre8. The app run well in production mode but it do not > run > > in production mode. > > > > ActionView::Template::Error (front.css isn't precompiled): > > 1: <page title="Home"> > > 2: > > 3: <body: class="front-page"/> > > 4: > > app/views/taglibs/front_site.dryml:20:in `block in > page_with_a1b430239d35' > > app/views/taglibs/front_site.dryml:19:in `page_with_a1b430239d35' > > app/views/front/index.dryml:1:in `block in render_page' > > app/views/front/index.dryml:1:in `render_page' > > app/views/front/index.dryml:1:in > > `_app_views_front_index_dryml___2335597753398848281_18929420' > > > > Do I need extra steps to make hobo run in production mode? > > > > > > -- > > You received this message because you are subscribed to the Google > Groups > > "Hobo Users" group. > > To view this discussion on the web visit > > https://groups.google.com/d/msg/hobousers/-/_VtKSYKTbYsJ. > > To post to this group, send email to [email protected]<javascript:>. > > > To unsubscribe from this group, send email to > > [email protected] <javascript:>. > > For more options, visit this group at > > http://groups.google.com/group/hobousers?hl=en. > -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/hobousers/-/d_RcxwmrWzEJ. 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/hobousers?hl=en.
