combohandler
combohandler copied to clipboard
Support YUI "shorthand" module syntax
"Classic" combo requests for YUI library follow the "module_name/module_name.js" pattern. "Shorthand" requests will omit the doubled part of the request.
Classical: combo?3.13.0/yui/yui.js
Shorthand: combo?3.13.0/yui.js
This should be achievable with some route config to enable handling missing files gracefully.