-
Bug
-
Resolution: Fixed
-
Minor
-
2.5
-
MOODLE_25_STABLE
-
MOODLE_26_STABLE
-
At present, we insert minified javascript into lib/outputrequirements.php for the YUI_config configFns.
When we need to make modifications to these, they're painful to debug and entirely uncommented.
It would make sense to:
- pull these out into separate files;
- unminify them;
- comment them; and then
- minify them using our js minification library instead caching them in MUC along the way.