Daniel Stockman

Results 2 issues of Daniel Stockman

The goal is to fix #23, which it turns out is greatly aided by unit tests that actually test the pattern we claimed to support. :) TODO: - [x] Support...

"Classic" combo requests for YUI library follow the "module_name/module_name.js" pattern. "Shorthand" requests will omit the doubled part of the request. ``` text Classical: combo?3.13.0/yui/yui.js Shorthand: combo?3.13.0/yui.js ``` This should be...