Skip to content

Commit

Permalink
Updating app_helpers config call
Browse files Browse the repository at this point in the history
  • Loading branch information
Winton Welsh committed Sep 2, 2008
1 parent 249368c commit f14a686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/recipes/rails.rb
Expand Up @@ -19,7 +19,7 @@
task :app_helpers do task :app_helpers do
run "cd #{release_path} && script/plugin install git://github.com/winton/app_helpers.git" run "cd #{release_path} && script/plugin install git://github.com/winton/app_helpers.git"
run "cd #{release_path} && rake RAILS_ENV=production db=false app_helpers" run "cd #{release_path} && rake RAILS_ENV=production db=false app_helpers"
run "cd #{release_path} && rake RAILS_ENV=production plugins:update" run "cd #{release_path} && rake RAILS_ENV=production plugins:install"
end end


desc "Configure asset_packager" desc "Configure asset_packager"
Expand Down

0 comments on commit f14a686

Please sign in to comment.