覆盖capistrano deploy:assets:橡胶中的预编译命令

时间:2014-06-22 08:43:38

标签: ruby-on-rails amazon-ec2 rubber

我正在使用橡胶部署到亚马逊ec2服务器。我想覆盖deploy:assets:precompile任务以使其在本地编译。我在deploy.rb文件中添加任务但它似乎没有使用它。
以下是部署文件的要点:https://gist.github.com/bipinshashi/1952e36f9b6bab1c64f4

1 个答案:

答案 0 :(得分:1)

我终于找到了问题 - 不得不发表评论

  

加载'deploy / assets'

在deploy.rb中

并在“if Rubber :: Util.has_asset_pipeline?”中添加代码。块。以下是具有正确代码的要点:https://gist.github.com/bipinshashi/703792fa31a5fb0f46f3