I've been using Fastly CDN for a bunch of static assets like images and so on, and I'd like to use it for my javascript and css as well but I'm wary that it won't update if I push new code and that this will cause errors.
I know I could just set up a system to automatically purge this stuff, but I'd rather not have to. Based on one or two tests, I have the sense that heroku detects static file changes and purges them from fastly, but I don't see anywhere that says I can rely on this. Does somebody know for sure?