diff --git a/gulp/tasks/cleanup.js b/gulp/tasks/cleanup.js deleted file mode 100644 index b603e8ad65b0f28d60df38fc8351adaee1f4afb8..0000000000000000000000000000000000000000 --- a/gulp/tasks/cleanup.js +++ /dev/null @@ -1,12 +0,0 @@ -/** - * Dependencies - */ -const cleanup = require('gulp-cleanup'); - -/** - * Module body / Expose - */ -module.exports = config => { - config = config || {}; - return cleanup(); -};