function bin()

in gulpfile.js [102:104]


function bin (name) {
    return path.join(BIN_DIR, name);
}