I 'm trying to grasp the concept of versioning css/js files.
www.prelovac.com/vladimir/adding-version-to-theme-css-file
<link rel="stylesheet" href="/css/base.css?version=1234" type="text/css" />
This method will actually prevent the file from being cached, period! This is bad.
What is the best practice of doing this in Wordpress? I'm confused...