Google minify - Get a timestamped URI to a minified resource using the default Minify install
Posted
by Adi
on Stack Overflow
See other posts from Stack Overflow
or by Adi
Published on 2010-04-21T16:17:02Z
Indexed on
2010/04/22
10:43 UTC
Read the original article
Hit count: 366
Hi,
I am using Google Minify and I want a timestamped URI.
The readme.txt suggests this:
<link rel="stylesheet" type="text/css" href="<?php echo Minify_groupUri('css'); ?>" />
<script type="text/javascript" src="<?php echo Minify_groupUri('js'); ?>"></script>
but it also says: 'Before including this file, /min/lib must be in your include_path.'
Where is the include_path set??
A.
© Stack Overflow or respective owner