mirror of
https://github.com/mrclay/minify.git
synced 2025-08-11 00:24:11 +02:00
Added 'debug' option to serve() to use Minify_Lines
This commit is contained in:
@@ -47,6 +47,7 @@ abstract class Minify_Controller_Base {
|
||||
,'contentTypeCharset' => 'UTF-8'
|
||||
,'setExpires' => null // use conditional GET
|
||||
,'quiet' => false // serve() will send headers and output
|
||||
,'debug' => false
|
||||
|
||||
// if you override this, the response code MUST be directly after
|
||||
// the first space.
|
||||
|
Reference in New Issue
Block a user