mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
4cb24aa9d7
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.
11 lines
444 B
Plaintext
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/
|