Files @ d0bbb39748cf
Branch filter:

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

d0bbb39748cf 226 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 rev = require('gulp-rev');

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