mirror of
https://github.com/mrclay/minify.git
synced 2025-03-13 17:09:39 +01:00
get rid of $min_libPath
This commit is contained in:
parent
4b8de3d14c
commit
0cbbcd0a53
@ -180,12 +180,5 @@ $min_symlinks = array();
|
||||
$min_uploaderHoursBehind = 0;
|
||||
|
||||
|
||||
/**
|
||||
* Path to Minify's lib folder. If you happen to move it, change
|
||||
* this accordingly.
|
||||
*/
|
||||
$min_libPath = dirname(__FILE__) . '/lib';
|
||||
|
||||
|
||||
// try to disable output_compression (may not have an effect)
|
||||
ini_set('zlib.output_compression', '0');
|
||||
|
@ -1,9 +1,7 @@
|
||||
#!/usr/bin/php
|
||||
<?php
|
||||
|
||||
$pathToLib = dirname(dirname(__DIR__)) . '/min/lib';
|
||||
|
||||
require "$min_libPath/Minify/Loader.php";
|
||||
require dirname(dirname(__DIR__)) . '/min/lib/Minify/Loader.php';
|
||||
|
||||
$cli = new MrClay\Cli;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user