Skip to content

Instantly share code, notes, and snippets.

@ericrange
Last active December 21, 2015 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericrange/6327819 to your computer and use it in GitHub Desktop.
Save ericrange/6327819 to your computer and use it in GitHub Desktop.
<html>
<head>
<?php echo CSSCache::ressource(array(
/* Your CSS files */
"/css/normalize.css",
"/css/bootstrap.css",
"less/global.less",
"less/home.less",
"less/changelog.less"
),
/* specify where you want to cache your css... */
"/css/cache/tmp/"
);
?>
</head>
<body>
<h1>CSSCache</h1>
<p class="lead">A PHP caching engine for CSS</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment