mirror of
https://github.com/mrclay/minify.git
synced 2025-08-16 02:54:33 +02:00
Added 'debug' option to serve() to use Minify_Lines
This commit is contained in:
@@ -90,6 +90,16 @@ class Minify_Source {
|
||||
: $content;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get id
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getId()
|
||||
{
|
||||
return $this->_id;
|
||||
}
|
||||
|
||||
/**
|
||||
* Verifies a single minification call can handle all sources
|
||||
*
|
||||
|
Reference in New Issue
Block a user