moodle/lib/minify/readme_moodle.txt
Petr Škoda 4549385e04 MDL-36457 remove GPL incompatible JSMin.php
Credit goes to Hubert Chathi, thanks!
2012-11-09 13:30:32 +01:00

19 lines
551 B
Plaintext

Description of Minify 2.1.5 import into Moodle
Notes:
* Uses are required to add minify/lib to the include path
* We ever actually use things within minify/lib/*
Usage:
* /lib/javascript.php
* /theme/javascript.php
* /theme/styles.php
Changes:
* Removed index.php - Is an unused entry point program and could potentially
pose a security risk in the future.
* Removed /builder/* - Not needed
* Removed .htaccess - Not needed
* Changed config.php - added moodle specific settings
* Removed lib/JSMin.php which is not GNU GPL compatible.