-
Improvement
-
Resolution: Fixed
-
Minor
-
3.7
-
MOODLE_37_STABLE
-
MOODLE_37_STABLE
-
MDL-64684-master -
Right now if I need to debug my JS I set cachejs to 0. This stops minification and caching of those files. Great!
But... jQuery and requireJS are still minified, which can make debugging rather tricky.
This issue seeks to stop minifying jquery, jquery-ui, and requirejs when cachejs is disabled, inline with everything else.