diff options
author | Henare Degan <henare.degan@gmail.com> | 2015-04-15 10:41:48 +1000 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2015-04-28 16:57:16 +0100 |
commit | 5da3b9c91e6f1bb7a828b9f253585fb324df391f (patch) | |
tree | a80e62d9f64453fbe4b908952efcbc192c0bf279 /doc | |
parent | ee47bcb5f152bba7bd4b7a5ca5ad0259b1345033 (diff) |
Symlink the theme directory on Capistrano deploys
This effectively caches themes for faster and smaller deploys. After
the first deploy the themes will only need a Git update and all
deploys will share a common Git repositories for the themes.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index b9406fac3..f4f75ce2b 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -7,6 +7,12 @@ * HTML 'widgets' advertising requests can be displayed on other sites in iframes. If 'ENABLE_WIDGETS' is set to true in `general.yml` (the default is false), a link to the widget code will appear in the right hand sidebar of a request page. +* Capistrano now caches themes (Henare Degan). + +## Upgrade Notes + +* Capistrano now caches themes in `shared/themes`. Run the `deploy:setup` task + to create the shared directory before making a new code deploy. # Version 0.21 |