Capistrano 3 + Sprockets 3 + Rails 4.2.1 won't deploy?

后端 未结 3 1402
别那么骄傲
别那么骄傲 2021-02-05 13:59

I ran bundle update and updated sprockets to 3.0.0.

When I try to deploy via Capistrano 3 I get the following error:

INFO [e54a         


        
3条回答
  •  独厮守ぢ
    2021-02-05 14:08

    If you are using capistrano-rails, try update to 1.1.3. This has fixed the issue for me.

    capistrano-rails CHANGELOG:

    1.1.3 (Apr 18 2015)
    - Fixed no_release behaviour (https://github.com/capistrano/rails/pull/95)
    - Allow assets manifest backup with folder "manifests" (https://github.com/capistrano/rails/pull/92)
    - Handle Sprocket 3 manifest filename
    

提交回复
热议问题