mirror of
https://github.com/matthiasmullie/minify.git
synced 2025-02-23 10:53:00 +01:00
Merge pull request #62 from EkkoSense/master
Allow URL-rewriting without saving the minified content to the file system
This commit is contained in:
commit
2cee254419
@ -258,7 +258,7 @@ class CSS extends Minify
|
||||
* @param string[optional] $path Path to write the data to.
|
||||
* @return string The minified data.
|
||||
*/
|
||||
protected function execute($path = null)
|
||||
public function execute($path = null)
|
||||
{
|
||||
$content = '';
|
||||
|
||||
|
@ -178,7 +178,7 @@ abstract class Minify
|
||||
* @param string[optional] $path Path to write the data to.
|
||||
* @return string The minified data.
|
||||
*/
|
||||
abstract protected function execute($path = null);
|
||||
abstract public function execute($path = null);
|
||||
|
||||
/**
|
||||
* Register a pattern to execute against the source content.
|
||||
|
Loading…
x
Reference in New Issue
Block a user