2013-07-26 16:42:40 +02:00
|
|
|
Description of Minify 2.1.7 import into Moodle
|
2010-05-19 02:15:16 +00:00
|
|
|
|
|
|
|
Notes:
|
2013-07-26 16:42:40 +02:00
|
|
|
* Do not use things within minify/lib/*
|
2010-05-19 02:15:16 +00:00
|
|
|
|
|
|
|
Usage:
|
2013-07-26 16:42:40 +02:00
|
|
|
* js_minify() from /lib/jslib.php
|
|
|
|
* css_minify_css() from /lib/csslib.php
|
2010-05-19 02:15:16 +00:00
|
|
|
|
|
|
|
Changes:
|
|
|
|
* Removed index.php - Is an unused entry point program and could potentially
|
|
|
|
pose a security risk in the future.
|
2012-03-16 20:03:03 +01:00
|
|
|
* Removed /builder/* - Not needed
|
2010-05-19 02:15:16 +00:00
|
|
|
* Removed .htaccess - Not needed
|
2012-03-16 20:03:03 +01:00
|
|
|
* Changed config.php - added moodle specific settings
|
2012-11-08 19:57:36 +01:00
|
|
|
* Removed lib/JSMin.php which is not GNU GPL compatible.
|