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

11 lines
277 B
PHP
Raw Normal View History

<?php
/**
* Groups configuration for default Minify implementation
* @package Minify
*/
return array(
// 'js' => array('//js/file1.js', '//js/file2.js'),
// 'css' => array('//css/file1.css', '//css/file2.css'),
'js' => array('//js/Class.js', '//js/email.js')
);