Files @ fad9c76d8fb7
Branch filter:

Location: symposion_app/gulp/tasks/cleanup.js

Nick Seidenman
Update README.rst
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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