bigfix / developer.bigfix.com

The source for developer.bigfix.com
https://developer.bigfix.com
Apache License 2.0
27 stars 23 forks source link

Do cache busting for site.css and site.js #44

Closed briangreenery closed 9 years ago

briangreenery commented 9 years ago

Like, they should be referenced as site-.css.

briangreenery commented 9 years ago

The reason to do this is so that we can aggressively cache static assets without hurting our ability to update them. The developer.bigfix.com server takes like 100ms per request (for me), so we really want to have the browser cache as much as possible.