lib/handybower.js
Function handyBower
has 94 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function handyBower(names, options, callback) {
var args = argx(arguments);
callback = args.pop('function') || argx.noop;
options = args.pop('object');
names = args.remain().reduce(_concat, []).map(function (name) {