Closed
Description
Currently paths to static assets are hardcoded in the templates, the lets browsers aggressively cache assets which is good. If we were to use static_url routes as provided by Tornado then a cache buster would be added based on the file hash.
This prevents the issue where a user does not reload their cache when a new version of assets is published.