1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-25 15:00:47 +02:00

Remove stuff accidentally left in merge

This commit is contained in:
Steve Clay
2016-05-12 11:07:59 -04:00
parent 865946c0ed
commit 6f94b78135
9 changed files with 2 additions and 4367 deletions

View File

@@ -57,13 +57,6 @@ $min_allowDebugFlag = false;
//$min_cachePath = preg_replace('/^\\d+;/', '', session_save_path());
/**
* Path to Minify's lib folder. If you happen to move it, change
* this accordingly.
*/
$min_libPath = dirname(__FILE__) . '/lib';
/**
* To use APC/Memcache/ZendPlatform for cache storage, require the class and
* set $min_cachePath to an instance. Example below:
@@ -199,3 +192,4 @@ $min_uploaderHoursBehind = 0;
*/
//$min_factories['minify'] = ... a callable accepting a Minify\App object
//$min_factories['controller'] = ... a callable accepting a Minify\App object