mirror of
https://github.com/mrclay/minify.git
synced 2025-08-11 08:34:19 +02:00
Update min_extras/cli/minify.php
I think the path variable got renamed inconsistently?
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
$pathToLib = dirname(dirname(__DIR__)) . '/min/lib';
|
$pathToLib = dirname(dirname(__DIR__)) . '/min/lib';
|
||||||
|
|
||||||
require "$min_libPath/Minify/Loader.php";
|
require "$pathToLib/Minify/Loader.php";
|
||||||
Minify_Loader::register();
|
Minify_Loader::register();
|
||||||
|
|
||||||
$cli = new MrClay\Cli;
|
$cli = new MrClay\Cli;
|
||||||
|
Reference in New Issue
Block a user