if (_.isArray(args.target) && args.target.length > 1) {
        message = 'Only a single target can be used with this task, instead got: ' + args.target.toString();
        gutil.log(gutil.colors.red('(ERR) ' + message));
        throw new Error(message);
    }