mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +02:00

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.
10 lines
444 B
Text
10 lines
444 B
Text
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/
|