I'm using jammit to package the js and css files for a rails project. I would like now to upload the files to Amazon S3 and use CloudFront for the delivery.
What would be the best way to deal with new versions ? My ideal solution would be to have a capistrano recipe to deal with it.
As anyone already done something like that?