Files @ 5abf9ad3ab75
Branch filter:

Location: symposion_app/gulp/tasks/cleanup.js

Christopher Neugebauer
Merge pull request #34 from faulteh/master

Added analytics script
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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