diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-12 21:01:07 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-12 21:01:07 +0000 |
commit | 6ca0fbc6a306640800e1ada8de48342abc360172 (patch) | |
tree | d0c27d139f6a35d7eba843c2e4f84140375cbbc3 /mod/minify/lib/min/groupsConfig.php | |
parent | a732ea8608eb305d8fa57c08f504666efa748d5c (diff) | |
download | elgg-6ca0fbc6a306640800e1ada8de48342abc360172.tar.gz elgg-6ca0fbc6a306640800e1ada8de48342abc360172.tar.bz2 |
Doh, how did this get here?
git-svn-id: http://code.elgg.org/elgg/trunk@8172 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/minify/lib/min/groupsConfig.php')
-rw-r--r-- | mod/minify/lib/min/groupsConfig.php | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/mod/minify/lib/min/groupsConfig.php b/mod/minify/lib/min/groupsConfig.php deleted file mode 100644 index 9e2514d7a..000000000 --- a/mod/minify/lib/min/groupsConfig.php +++ /dev/null @@ -1,34 +0,0 @@ -<?php -/** - * Groups configuration for default Minify implementation - * @package Minify - */ - -/** - * You may wish to use the Minify URI Builder app to suggest - * changes. http://yourdomain/min/builder/ - **/ - -return array( - // 'js' => array('//js/file1.js', '//js/file2.js'), - // 'css' => array('//css/file1.css', '//css/file2.css'), - - // custom source example - /*'js2' => array( - dirname(__FILE__) . '/../min_unit_tests/_test_files/js/before.js', - // do NOT process this file - new Minify_Source(array( - 'filepath' => dirname(__FILE__) . '/../min_unit_tests/_test_files/js/before.js', - 'minifier' => create_function('$a', 'return $a;') - )) - ),//*/ - - /*'js3' => array( - dirname(__FILE__) . '/../min_unit_tests/_test_files/js/before.js', - // do NOT process this file - new Minify_Source(array( - 'filepath' => dirname(__FILE__) . '/../min_unit_tests/_test_files/js/before.js', - 'minifier' => array('Minify_Packer', 'minify') - )) - ),//*/ -);
\ No newline at end of file |