I use asset_sync to precompile assets and upload them to s3.
During the app lifecycle, assets come and go, and start piling up. At the moment, my slug size is 73mb, partly, I guess, due to the fact that I had some high resolution images in there, which were removed once I didn't need them anymore.
When adding /app/assets/images to .slugignore, the image asset will no precompile, effectvily ignoring the images in there. So while, the slug size was reduced in about 15mb, it's not very effective in reality.
Is there a better way to make heroku ignore the assets I uploaded to s3?