YUI debug libraries won't load

Re: YUI debug libraries won't load

by Tim Hunt -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

I think the intention was that it should work like this:

  1. Normally we serve minified YUI,
  2. unless you are using developer_debug, when we serve the non-minified, non-debug YUI, so you can use the source level debugging looks like firebug.
  3. We only serve full debug version if you explicitly ask for it (the YUI_DEBUG thing). This is becasue the main effect of the debug libraries is to fill the JavaScrip console with huge amounds of trace messages that aren't very useful, and which make it impossible to see any real error messages.

I think the lastest change to this was a fix by Colin Chambers, a few months ago: MDL-28957