1
0
mirror of https://github.com/mrclay/minify.git synced 2025-02-23 00:12:36 +01:00
minify/min_extras/config.php

10 lines
186 B
PHP
Raw Normal View History

2012-02-12 23:13:06 -05:00
<?php
// using same lib path and cache path specified in /min/config.php
require __DIR__ . '/../config.php';
2012-02-12 23:13:06 -05:00
$minifyCachePath = isset($min_cachePath)
? $min_cachePath
: '';