As the quantity of our pages increases, the number of images in the rails project has increased greatly. Does anyone have a good strategy for keeping track of these images?
We have experimented with a couple ideas but nothing seems to solve everything. Here are the high level requirements we have come up with:
- Images should be available to any developer locally (given they have code access).
- Updated images can be automatically sent to amazon s3 (and out to cloud front) on deploy
- An easy way to "expire" an image when it changes forcing browsers to download instead of using a cached version