1
0
mirror of https://github.com/mrclay/minify.git synced 2025-02-24 00:44:32 +01:00
minify/min_extras/examples/2/_groupsSources.php

11 lines
215 B
PHP
Raw Normal View History

<?php
$base = realpath(dirname(__FILE__) . '/..');
$groupsSources = array(
'js' => array(
"{$base}/lib.js"
,"{$base}/test space.js"
)
,'css' => array("{$base}/test.css")
);
2008-05-15 15:03:46 +00:00
unset($base);