Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed up deploys! #9

Open
jeremyolliver opened this issue Jan 13, 2014 · 0 comments
Open

Speed up deploys! #9

jeremyolliver opened this issue Jan 13, 2014 · 0 comments
Assignees
Milestone

Comments

@jeremyolliver
Copy link
Contributor

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

@ghost ghost assigned jeremyolliver Jan 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant