combohandler icon indicating copy to clipboard operation
combohandler copied to clipboard

Support YUI "shorthand" module syntax

Open evocateur opened this issue 11 years ago • 0 comments

"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.

evocateur avatar Nov 06 '13 22:11 evocateur