Files @ c56c7498700b
Branch filter:

Location: symposion_app/gulp/tasks/cleanup.js

Christopher Neugebauer
Prepares registrasion-demo to match the 0.1 release of registrasion.
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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