mirror of
https://github.com/mrclay/minify.git
synced 2025-08-12 09:05:08 +02:00
Added setExpires option to Build.php example
This commit is contained in:
@@ -29,6 +29,7 @@ require_once 'Minify/Source.php';
|
|||||||
* // in min.php
|
* // in min.php
|
||||||
* Minify::serve('Groups', array(
|
* Minify::serve('Groups', array(
|
||||||
* 'groups' => $groupSources
|
* 'groups' => $groupSources
|
||||||
|
* ,'setExpires' => (time() + 86400 * 365)
|
||||||
* ));
|
* ));
|
||||||
* </code>
|
* </code>
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user