From 657823804ea88ed1b6ec487db35e8c442da8e499 Mon Sep 17 00:00:00 2001 From: Daniel Lopes Date: Fri, 26 Feb 2010 00:19:56 -0300 Subject: [PATCH] temporary removing assets.jammit to avoid some rails3.0 problems in deploy --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index 81effd0..2c921c2 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -23,7 +23,7 @@ #TASKS after 'deploy:symlink' do - assets.jammit + # assets.jammit deploy.update_crontab end