Files @ 2d7a71a4ef5d
Branch filter:

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

2d7a71a4ef5d 175 B application/javascript Show Source Show as Raw Download as Raw
Scott Bragg
Latest migrations so we're all in sync not creating conflicts (#18)
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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