When making a new deploy, we should cache bust the compiled css and js file.
Cache busting should only happen if something really has changed, so this can not be randomized for each deploy. A solid approach would be to cache bust based on a hash of the css or js file its contents.