mirror of
https://github.com/mrclay/minify.git
synced 2025-08-28 16:19:59 +02:00
Collapse "min" into project root and get unit tests working.
Fixes #472
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
// using same lib path and cache path specified in /min/config.php
|
||||
|
||||
require dirname(__FILE__) . '/../min/config.php';
|
||||
require __DIR__ . '/../config.php';
|
||||
|
||||
$minifyCachePath = isset($min_cachePath)
|
||||
? $min_cachePath
|
||||
|
Reference in New Issue
Block a user