Skip to content

Commit

Permalink
Merge pull request #36 from robations/patch-1
Browse files Browse the repository at this point in the history
Path/require problem in cli script min_extras/cli/minify.php
  • Loading branch information
mrclay committed Nov 23, 2012
2 parents 85a7554 + 0d5e329 commit 7e08cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion min_extras/cli/minify.php
Expand Up @@ -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;
Expand Down

0 comments on commit 7e08cff

Please sign in to comment.