Files @ 2642c0311574
Branch filter:

Location: symposion_app/gulp/tasks/cleanup.js

Sachi King
Sneak 2017 into the list of previous years
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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