README.md in capistrano-rails-1.1.4 vs README.md in capistrano-rails-1.1.5

- old
+ new

@@ -54,9 +54,14 @@ # This should match config.assets.prefix in your rails config/application.rb set :assets_prefix, 'prepackaged-assets' # If you need to touch public/images, public/javascripts, and public/stylesheets on each deploy set :normalize_asset_timestamps, %{public/images public/javascripts public/stylesheets} + +# Defaults to nil (no asset cleanup is performed) +# If you use Rails 4+ and you'd like to clean up old assets after each deploy, +# set this to the number of versions to keep +set :keep_assets, 2 ``` ### Symlinks You'll probably want to symlink Rails shared files and directories like `log`, `tmp` and `public/uploads`.