1
0
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:
Elan Ruusamäe
2016-01-20 13:21:11 +02:00
parent 7a73d781f2
commit c387014e27
5 changed files with 82 additions and 4 deletions

View File

@@ -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',
),
);