Files @ daac0fdd6043
Branch filter:

Location: CopyleftConf/copyleftconf-website/gulp/tasks/cleanup.js

Brett Smith
templates: Render payment buttons at the bottom of invoices.

In addition to the top, to better follow modern convention.
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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