PluginProbe
WP Super Minify • Minify, Compress and Cache HTML, CSS & JavaScript / trunk
WP Super Minify • Minify, Compress and Cache HTML, CSS & JavaScript vtrunk
trunk 1.0 1.1 1.2 1.3 1.3.1 1.3.2 1.4 1.5 1.5.1 1.6 2.0 2.0.1
wp-super-minify / includes / min / groupsConfig.php

groupsConfig.php in WP Super Minify • Minify, Compress and Cache HTML, CSS & JavaScript trunk, at includes/min/groupsConfig.php

20 lines 539 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Groups configuration for default Minify implementation
4 * @package Minify
5 */
6
7 /**
8 * You may wish to use the Minify URI Builder app to suggest
9 * changes. http://yourdomain/min/builder/
10 *
11 * See https://github.com/mrclay/minify/blob/master/docs/CustomServer.wiki.md for other ideas
12 **/
13
14 return array(
15 // 'testJs' => array('//minify/quick-test.js'),
16 // 'testCss' => array('//minify/quick-test.css'),
17 // 'js' => array('//js/file1.js', '//js/file2.js'),
18 // 'css' => array('//css/file1.css', '//css/file2.css'),
19 );
20