I deploy to rails, and I have config.action_controller.asset_host set
in my config/environments/production.rb file. This asset host is set
to pull from SVN under the 'public' directory only, so it's only
pulling changes in stylesheets, javascript, images, etc.
When I deploy with cap, I'd like to also have my asset host pull from
"#{repository}/public". Is there a way to do that?
Thanks very much.
Liam
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---