Y
Hacker News
new
|
ask
|
show
|
jobs
by
pwim
5577 days ago
If you're just going to host static files, just host them directly through Rack as described here:
http://mwhuss.com/2009/12/13/static-sites-on-heroku-in-two-l...
Also, make sure you are using http caching - that way Heroku will use Varnish to cache them.