Files @ d0bbb39748cf
Branch filter:

Location: symposion_app/gulp/tasks/manifest.js

Nick Seidenman (N6)
A few more tweaks to app.css, removing stuff that makes things look less like the wooden site.
/**
 * Dependencies
 */
const rev = require('gulp-rev');

/**
 * Module body / Expose
 */
module.exports = config => {
  config = config || {};
  config.path = config.path || 'manifest.json';
  return rev.manifest(config);
};