moodle/lib/minify/readme_moodle.txt
Dan Poltawski 4cb24aa9d7 MDL-53695 minify: switch to MatthiasMullie\Minify
The previously used minification libraries were:
a) Unmaintained
b) Had some silly licensing issues (MDL-36457)

The new library is smaller, maintained, active and GPL-compatible.
2016-10-10 13:17:04 +01:00

11 lines
444 B
Plaintext

Description of MatthiasMullie\Minify import into Moodle
1) Download https://github.com/matthiasmullie/minify/archive/1.3.37.zip
mv minify-1.3.37/src /path/to/moodle/lib/minify/matthiasmullie-minify/
mv minify-1.3.37/data /path/to/moodle/lib/lib/minify/matthiasmullie-minify/
2) Download https://github.com/matthiasmullie/path-converter/archive/1.0.8.zip
mv path-converter-1.0.8/src/ /path/to/moodle/lib/minify/matthiasmullie-pathconverter/