Files @ 10cc96b72610
Branch filter:

Location: symposion_app/gulp/tasks/cleanup.js

Sachi King
Remove metron

Not used - old/depricated name
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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