When I make any changes to my CSS file, the changes are not reflected in the browser. How can I fix this?
Have you tried renaming the new version of your CSS to CSSv2.css and then directing your page to use that? If that solves the stale-file issue, then you're just experiencing non-refreshing files. If not, you've got bigger issues.