1) I'm confused about the purpose of setting header expiry dates for caching css and js files (like how it's done in the Boilerplate .htaccess file).
I thought web browsers automatically cache css and js files. What's the point of setting header expiry dates?
2) Is there a way to NOT use versioning of css and js files and still have them automatically update when I upload them to a server. I tried setting a lower expiry date ("access plus 1 week" and "access plus 0 seconds") and the browser was still displaying the old cached copy when I uploaded updated css and js files. I'm not 100% sure I did this correctly, though.
Thanks :)