Files @ d0bbb39748cf
Branch filter:

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

d0bbb39748cf 175 B application/javascript Show Source Show as Raw Download as Raw
Nick Seidenman (N6)
A few more tweaks to app.css, removing stuff that makes things look less like the wooden site.
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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