refactor(route) buildIndex: rm exec

This commit is contained in:
coderaiser 2015-10-27 08:59:11 -04:00
parent 500b778f09
commit 11b7613c52

View file

@ -223,7 +223,7 @@
});
}
exec(callback, error, data);
callback(error, data);
});
}, function(callback) {
minify(PATH_INDEX, 'name', callback);