Files @ 2f43a3b9e668
Branch filter:

Location: symposion_app/gulp/tasks/cleanup.js

Nick Seidenman (N6)
Merge branch 'develop'
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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