mirror of
https://github.com/mrclay/minify.git
synced 2025-02-25 09:22:41 +01:00
15 lines
340 B
PHP
15 lines
340 B
PHP
<?php
|
|
/**
|
|
* Groups configuration for default Minify implementation
|
|
* @package Minify
|
|
*/
|
|
|
|
/**
|
|
* You may wish to use the Minify URI Builder app to suggest
|
|
* changes. http://yourdomain/min/builder/
|
|
**/
|
|
|
|
return array(
|
|
// 'js' => array('//js/file1.js', '//js/file2.js'),
|
|
// 'css' => array('//css/file1.css', '//css/file2.css'),
|
|
); |