Files @ 2d7a71a4ef5d
Branch filter:

Location: symposion_app/gulp/tasks/cleanup.js

Scott Bragg
Latest migrations so we're all in sync not creating conflicts (#18)
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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