You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
416 B
PHP
17 lines
416 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/
|
|
*
|
|
* See http://code.google.com/p/minify/wiki/CustomSource for other ideas
|
|
**/
|
|
|
|
return array(
|
|
// 'js' => array('//js/file1.js', '//js/file2.js'),
|
|
// 'css' => array('//css/file1.css', '//css/file2.css'),
|
|
); |