After upgrading Capistrano from 2.13.5 to 2.14.2 I noticed that on each deploy some of my asset files are deleted in :clean_expired task with message "Remove unneeded asset:...". Digging around I found a cause but I'm not sure what is right way to fix this.
I'm using Git as SCM and deploy is created via :remote_cache. Since I haven't changed some asset files for more than 2 months their timestamp on the target server is 31st January. Git does not change timestamp of these files and these files are considered as expired. I guess I'm doing something wrong but cannot figure out what. I doubt I have to constantly change expire_assets_after in order to keep assets not changed for a long time. All deleted assets are listed in manifest.yml file and assets_manifest.yml files. Bosko -- -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en --- You received this message because you are subscribed to the Google Groups "Capistrano" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
