mirror of
https://github.com/mrclay/minify.git
synced 2025-02-06 07:48:44 +01:00
2bd69ca5b1
tested cache dependencies
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',
|
|
),
|
|
);
|