ruby on rails - Override capistrano deploy:assets:precompile command in rubber -



ruby on rails - Override capistrano deploy:assets:precompile command in rubber -

i making utilize of rubber deploying amazon ec2 server. want override deploy:assets:precompile task create compile locally. adding task in deploy.rb file doesn't seem using that. here gist deploy file: https://gist.github.com/bipinshashi/1952e36f9b6bab1c64f4

i figured out issue - had comment out

load 'deploy/assets'

in deploy.rb , add together code within "if rubber::util.has_asset_pipeline?" block. here gist right code: https://gist.github.com/bipinshashi/703792fa31a5fb0f46f3

ruby-on-rails amazon-ec2 rubber

Comments