mirror of
https://github.com/mrclay/minify.git
synced 2025-08-08 07:06:49 +02:00
17 lines
266 B
PHP
17 lines
266 B
PHP
<?php
|
|
|
|
return array(
|
|
'css' => array(
|
|
'//_test_files/css/paths_prepend.css',
|
|
'//_test_files/css/styles.css',
|
|
),
|
|
|
|
'less' => array(
|
|
'//_test_files/main.less',
|
|
),
|
|
|
|
'scss' => array(
|
|
'//_test_files/main.scss',
|
|
),
|
|
);
|