[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/minify/ -> groupsConfig.php (source)

   1  <?php
   2  /**
   3   * Groups configuration for default Minify implementation
   4   * @package Minify
   5   */
   6  
   7  /** 
   8   * You may wish to use the Minify URI Builder app to suggest
   9   * changes. http://yourdomain/min/builder/
  10   *
  11   * See http://code.google.com/p/minify/wiki/CustomSource for other ideas
  12   **/
  13  
  14  return array(
  15      // 'js' => array('//js/file1.js', '//js/file2.js'),
  16      // 'css' => array('//css/file1.css', '//css/file2.css'),
  17  );


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1