1 Description of Minify 2.1.7 import into Moodle
4 * Do not use anything from /lib/minify/ directly, always use core_minify::*() methods.
5 * In 2.7dev we will import only the minimal number of files required by new core_minify class
6 and delete deprecated js_minify() and css_minify_css().
9 * Removed index.php - Is an unused entry point program and could potentially
10 pose a security risk in the future.
11 * Removed /builder/* - Not needed
12 * Removed .htaccess - Not needed
13 * Changed config.php - added moodle specific settings
14 * Removed lib/JSMin.php which is not GNU GPL compatible.