mirror of
https://github.com/mrclay/minify.git
synced 2025-02-23 16:33:02 +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'
|
|
)
|
|
);
|