mirror of
https://github.com/mrclay/minify.git
synced 2025-08-15 10:34:02 +02:00
Collapse "min" into project root and get unit tests working.
Fixes #472
This commit is contained in:
13
lib/Minify/ControllerInterface.php
Normal file
13
lib/Minify/ControllerInterface.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
interface Minify_ControllerInterface {
|
||||
|
||||
/**
|
||||
* Create controller sources and options for Minify::serve()
|
||||
*
|
||||
* @param array $options controller and Minify options
|
||||
*
|
||||
* @return Minify_ServeConfiguration
|
||||
*/
|
||||
public function createConfiguration(array $options);
|
||||
}
|
Reference in New Issue
Block a user