1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-30 00:59:48 +02:00

rework classloader

- make it available in config
- always use classloader, no manual require
- compatible for future composer alternative
This commit is contained in:
Elan Ruusamäe
2014-10-12 16:27:43 +03:00
parent 4b495f6ae0
commit 96da497e9c
16 changed files with 35 additions and 36 deletions

View File

@@ -4,9 +4,6 @@
require dirname(__FILE__) . '/../min/config.php';
require "$min_libPath/Minify/Loader.php";
Minify_Loader::register();
$minifyCachePath = isset($min_cachePath)
? $min_cachePath
: '';