1
0
mirror of https://github.com/mrclay/minify.git synced 2025-01-17 21:28:14 +01:00
minify/min/groupsConfig.php

19 lines
526 B
PHP
Raw Normal View History

<?php
/**
* Groups configuration for default Minify implementation
* @package Minify
*/
2008-09-05 03:17:03 +00:00
/**
* 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
2008-09-05 03:17:03 +00:00
**/
return array(
2014-09-23 11:09:09 -04:00
// 'testJs' => array('//minify/min/quick-test.js'),
// 'testCss' => array('//minify/min/quick-test.css'),
// 'js' => array('//js/file1.js', '//js/file2.js'),
// 'css' => array('//css/file1.css', '//css/file2.css'),
);