build(gulp): refactor existing cleanup tasks
the current complexity is unjustified necessary
This commit is contained in:
@ -1,8 +0,0 @@
|
||||
var del = require('del');
|
||||
|
||||
module.exports = function(gulp, plugins, config) {
|
||||
return function(done) {
|
||||
del(config.path, done);
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user