mirror of
https://github.com/mrclay/minify.git
synced 2025-02-24 08:52:50 +01:00
9 lines
136 B
PHP
9 lines
136 B
PHP
<?php
|
|
|
|
return array(
|
|
'css' => array(
|
|
'//_test_files/css/paths_prepend.css'
|
|
,'//_test_files/css/styles.css'
|
|
)
|
|
);
|