mirror of
https://github.com/mrclay/minify.git
synced 2025-08-11 16:44:44 +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';
|
||||
|
||||
require "$min_libPath/Minify/Loader.php";
|
||||
require "$pathToLib/Minify/Loader.php";
|
||||
Minify_Loader::register();
|
||||
|
||||
$cli = new MrClay\Cli;
|
||||
|
Reference in New Issue
Block a user