Skip to content

Instantly share code, notes, and snippets.

@ancillaryfactory
Created January 8, 2012 03:23
Show Gist options
  • Save ancillaryfactory/1577040 to your computer and use it in GitHub Desktop.
Save ancillaryfactory/1577040 to your computer and use it in GitHub Desktop.
Force browser to refresh outdated CSS files
<link rel="stylesheet" href="css/style.css?<?php echo filemtime('css/style.css');?>">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment