1
0
mirror of https://github.com/mrclay/minify.git synced 2025-02-23 16:33:02 +01:00
minify/min_extras/examples/2/_groupsSources.php
Steve Clay 4c9d62be82 ab_tests/ : + test for /min (and reran)
examples : cleanup
- examples/3
- jquery-1.2.3.js (unneeded duplicate)
2008-09-04 01:08:38 +00:00

11 lines
215 B
PHP

<?php
$base = realpath(dirname(__FILE__) . '/..');
$groupsSources = array(
'js' => array(
"{$base}/lib.js"
,"{$base}/test space.js"
)
,'css' => array("{$base}/test.css")
);
unset($base);