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

Reorganization of "web" to "min_extras"

This commit is contained in:
Steve Clay
2008-08-30 02:56:07 +00:00
parent 79a4e17fb6
commit 46734e8b8f
88 changed files with 0 additions and 24 deletions

17
min_extras/config.php Normal file
View File

@@ -0,0 +1,17 @@
<?php
/**
* Add the location of Minify's "lib" directory to the include_path. In
* production this could be done via .htaccess or some other method.
*/
ini_set('include_path',
dirname(__FILE__) . '/../min/lib'
. PATH_SEPARATOR . ini_get('include_path')
);
/**
* Set $minifyCachePath to a PHP-writeable path to enable server-side caching
* in all examples and tests.
*/
$minifyCachePath = 'C:/xampp/tmp'; // '';