1
0
mirror of https://github.com/mrclay/minify.git synced 2025-02-06 07:48:44 +01:00
minify/tests/_test_files/htmlHelper_groupsConfig.php
Elan Ruusamäe 2bd69ca5b1 test scssphp functionality
tested cache dependencies
2016-10-13 12:21:09 +03:00

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