mirror of
https://github.com/mrclay/minify.git
synced 2025-08-30 00:59:48 +02:00
add test for #500
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
|
||||
return array(
|
||||
'css' => array(
|
||||
'//_test_files/css/paths_prepend.css'
|
||||
,'//_test_files/css/styles.css'
|
||||
)
|
||||
'//_test_files/css/paths_prepend.css',
|
||||
'//_test_files/css/styles.css',
|
||||
),
|
||||
|
||||
'less' => array(
|
||||
'//_test_files/main.less',
|
||||
),
|
||||
);
|
||||
|
Reference in New Issue
Block a user