Skip to content

Speed up deploys! #9

Description

@jeremyolliver

No one wants to recompile assets to correct a typo in the text, and why should you have to?

By redefining some capistrano tasks, we can provide features like:

  • Only bundle install if the Gemfile, or Gemfile.lock have changed
  • Only compile assets if the asset source, or configuration have changed

Inspiration to be drawn from:

http://blog.codeclimate.com/blog/2013/10/02/high-speed-rails-deploys-with-git/

https://github.com/tomafro/recap/tree/1.x/lib/recap/tasks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions