1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-14 01:54:11 +02:00

added 'quiet' option. and now serve() and handleRequest() return an array of output content and headers.

This commit is contained in:
Steve Clay
2008-02-29 23:59:50 +00:00
parent 023066ad0a
commit f46e321831
2 changed files with 32 additions and 12 deletions

View File

@@ -58,6 +58,9 @@ class Minify_Controller_Base {
* an HTTP Expires header instead of checking for conditional GET.
* E.g. (time() + 86400 * 365) for 1yr (default null)
* This has nothing to do with server-side caching.
*
* 'quiet' : set to true to have Minify not output any content/headers
* (bool, default = false)
*
*/
public $options = array();