mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-07 18:14:35 +00:00
14 lines
237 B
PHP
14 lines
237 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/
|
|
* */
|
|
$groups = [];
|
|
|
|
return $groups;
|