Is there a way to get the static assets generated by a Meteor app deployed on a CDN - or a static hosting solution like S3 - in order to improve loading speed and reduce hosting costs ?
If deploying through demeteorizer, it is pretty easy to upload the content of the static_cacheable
to a CDN and change the links in app.html
and app.json
.
That process can probably be automated in a custom deploy/capistrano script.