Created
June 4, 2014 10:25
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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