1
0
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:
Steve Clay
2008-06-28 20:23:29 +00:00
parent 46f8993292
commit e77a1cf82c
5 changed files with 95 additions and 12 deletions

View File

@@ -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
*