miniMVC/src/assets/config/js_groups.php

11 lines
168 B
PHP
Raw Normal View History

2012-01-13 11:58:06 -05:00
<?php
return array(
/*
For each group create an array like so
'my_group' => array(
'path/to/css/file1.css',
'path/to/css/file2.css'
),
*/
);