Files @ 0aa48837cffb
Branch filter:

Location: symposion_app/gulp/tasks/cleanup.js

Sachi King
Template simplication: remove site_base_wagtail.html
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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