Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
5.4.3
-
None
Description
When debugging JavaScript code, it is possible to request an unminified version of the core JS libraries. Unfortunately, skin extensions pulled dynamically will still be minified, which makes debugging harder.
The Skin Extensions mechanism should be changed so that all extensions (both JS and CSS) will be returned unminified when the main HTML document is requested unminified.