Files @ a00fc7845e3c
Branch filter:

Location: symposion_app/gulp/tasks/cleanup.js

Nick Seidenman (N6)
Added some css to make text visible on 404 and 404 pages.
Removed references to non-existent content—page-header-panel.html.
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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