1
0
mirror of https://github.com/mrclay/minify.git synced 2025-01-17 13:18:13 +01:00
minify/groupsConfig.php

20 lines
539 B
PHP
Raw Normal View History

<?php
/**
* Groups configuration for default Minify implementation
* @package Minify
*/
2016-01-20 13:21:11 +02:00
/**
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/
*
2015-09-27 16:25:33 -04:00
* See https://github.com/mrclay/minify/blob/master/docs/CustomServer.wiki.md for other ideas
2008-09-05 03:17:03 +00:00
**/
return array(
// 'testJs' => array('//minify/quick-test.js'),
// 'testCss' => array('//minify/quick-test.css'),
2014-09-23 11:09:09 -04:00
// 'js' => array('//js/file1.js', '//js/file2.js'),
// 'css' => array('//css/file1.css', '//css/file2.css'),
);