Submitted by Art Williams on Thu, 02/16/2012 - 8:52am
@Emil:
You are absolutely correct. If however one of your files is sufficiently large so that you do NOT want it to aggregate you can simply change your $options array to include 'preprocess'=>FALSE
$options = array('type' => 'file', 'preprocess'=>FALSE);
