Skip to content

Instantly share code, notes, and snippets.

@voku
Created June 4, 2014 10:25
Show Gist options
  • Save voku/488329e552f2fbc036d3 to your computer and use it in GitHub Desktop.
Save voku/488329e552f2fbc036d3 to your computer and use it in GitHub Desktop.
make stylesheet not cache: Use this script to make the stylesheet load every time and not cache. - From http://snippetlib.com/css/make_stylesheet_not_cache
<link href="css/stylesheet.css?t=<?php echo time(); ?>" rel="stylesheet" type="text/css"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment