Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/minify/groupsConfig.php
Go to the documentation of this file.
00001 <?php
00012 return array(
00013     // 'js' => array('//js/file1.js', '//js/file2.js'),
00014     // 'css' => array('//css/file1.css', '//css/file2.css'),
00015 
00016     // custom source example
00017     /*'js2' => array(
00018         dirname(__FILE__) . '/../min_unit_tests/_test_files/js/before.js',
00019         // do NOT process this file
00020         new Minify_Source(array(
00021             'filepath' => dirname(__FILE__) . '/../min_unit_tests/_test_files/js/before.js',
00022             'minifier' => create_function('$a', 'return $a;')
00023         ))
00024     ),//*/
00025 
00026     /*'js3' => array(
00027         dirname(__FILE__) . '/../min_unit_tests/_test_files/js/before.js',
00028         // do NOT process this file
00029         new Minify_Source(array(
00030             'filepath' => dirname(__FILE__) . '/../min_unit_tests/_test_files/js/before.js',
00031             'minifier' => array('Minify_Packer', 'minify')
00032         ))
00033     ),//*/
00034 );
 All Data Structures Namespaces Files Functions Variables Enumerations