/[drupal]/contributions/modules/cdn/README.txt
ViewVC logotype

Diff of /contributions/modules/cdn/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.9, Sat Jan 12 15:26:55 2008 UTC revision 1.10, Sat Jan 12 16:19:17 2008 UTC
# Line 1  Line 1 
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  -----------  -----------
# Line 162  $conf = array( Line 162  $conf = array(
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',

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

  ViewVC Help
Powered by ViewVC 1.1.2