I've fixed this by cd /var/www/gitorious
git submodule init && git submodule update mv public/stylesheets/all.css ~ mv public/javascripts/all.js ~ (I didn't delete, just in case) touch tmp/restart.txt And then a hard reset in the browser (ctrl + shift + r in firefox) Thanks! moving the public/javascript/all On Nov 4, 7:43 am, Christian Johansen <[email protected]> wrote: > Wiping your database is very unlikely to be helpful. Can you use a tool > like Firebug or the web inspector in Chrome and see if there is a > JavaScript error on the page (where the URLs are missing)? > > Christian > > On Thu, Nov 3, 2011 at 13:22, Ricardo Gladwell > <[email protected]>wrote: > > > > > > > > > > > Hi Christian > > > Thanks for the feedback. I believe I've updated the production section in > > the gitorious.yml. > > > I also tried running : > > > RAILS_ENV=production bundle exec rake assets:clear && touch tmp/restart.txt > > > But still no joy :( Should I just restart with a clean database? > > > Any advice would be gratefully received. > > > TIA... > > > -- Ricardo Gladwell > > > -- > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > -- > MVH > Christian -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected]
