Files @ 0aa48837cffb
Branch filter:

Location: symposion_app/gulp/tasks/cleanup.js - annotation

0aa48837cffb 175 B application/javascript Show Source Show as Raw Download as Raw
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();
};