combo-handler
a middleware for express and koa to handle combo url
example
express
var app = ;var comboHandler = ;app;app;
koa
var app = ;var comboHandler = ;app;app;
navigate to http://localhost/??1.js,2.js will output combined file content from /assets/1.js and /assets/2.js