laboiteproject/lenuage

View on GitHub
gulp/tasks/cleanup.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

/**
 * Module body / Expose
 */
module.exports = config => {
  config = config || {};
  return cleanup();
};