1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-05 13:47:38 +02:00
Files
minify/groupsConfig.php
2019-12-11 17:06:18 +02:00

19 lines
536 B
PHP

<?php
/**
* Groups configuration for default Minify implementation
*/
/**
* You may wish to use the Minify URI Builder app to suggest
* changes. http://yourdomain/min/builder/
*
* See https://github.com/mrclay/minify/blob/master/docs/CustomServer.wiki.md for other ideas
**/
return array(
// 'testJs' => array('//minify/quick-test.js'),
// 'testCss' => array('//minify/quick-test.css'),
// 'js' => array('//js/file1.js', '//js/file2.js'),
// 'css' => array('//css/file1.css', '//css/file2.css'),
);