Files @ 0fddbf9f9bbd
Branch filter:

Location: symposion_app/gulp/tasks/cleanup.js

Sachi King
flake8 again
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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