Files @ 5789b2b709a4
Branch filter:

Location: CopyleftConf/copyleftconf-website/gulp/tasks/manifest.js - annotation

5789b2b709a4 226 B application/javascript Show Source Show as Raw Download as Raw
Joshua Simmons
make nav hover/focus/active style more prominent
/**
 * Dependencies
 */
const rev = require('gulp-rev');

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