function clean()

in gulpfile.js [42:44]


function clean() {
	return del([buildDirectory]);
}