function clean()
in
gulpfile.js/tasks/default.js [30:34]
5
lines of code
1
McCabe index (conditional complexity)
function clean(cb) { del('./dist').then(() => { cb(); }); }