# wp-super-minify/trunk/includes/min/groupsConfig.php

WP Super Minify • Minify, Compress and Cache HTML, CSS &amp; JavaScript, version trunk. 20 lines.

- Page: https://pluginprobe.com/plugins/wp-super-minify/trunk/code/includes/min/groupsConfig.php
- Raw: https://pluginprobe.com/plugins/wp-super-minify/trunk/raw/includes/min/groupsConfig.php
- Modified: 2025-02-16T14:33:30+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wp-super-minify/trunk/code/includes/min/groupsConfig.php#L10-L20`.

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

```
