| 1 |
// $Id: README.txt,v 1.8 2008/01/08 10:29:31 wimleers Exp $ |
// $Id: README.txt,v 1.9 2008/01/12 15:26:55 wimleers Exp $ |
| 2 |
|
|
| 3 |
Description |
Description |
| 4 |
----------- |
----------- |
| 162 |
// aggregation enabled. |
// aggregation enabled. |
| 163 |
3 => array( |
3 => array( |
| 164 |
'paths' => array('sites/default/themes/garland-customized'), |
'paths' => array('sites/default/themes/garland-customized'), |
| 165 |
'pattern' => '.*\.(js|css|gif|png|jpg|jpeg|otf)$', |
'pattern' => '.*\.(js|css|gif|png|jpg|jpeg|otf)$', // We *include* css files, because some (e.g. fix-ie.css) are not included in the aggregation. |
| 166 |
'ignored_dirs' => array('CVS'), |
'ignored_dirs' => array('CVS'), |
| 167 |
'unique' => 'common parent directory', |
'unique' => 'common parent directory', |
| 168 |
'unique_method' => 'md5 of mtimes', |
'unique_method' => 'md5 of mtimes', |