Files @ 10cc96b72610
Branch filter:

Location: symposion_app/gulp/tasks/copy.js

Sachi King
Remove metron

Not used - old/depricated name
/**
 * Dependencies
 */
const gulp = require('gulp');

/**
 * Module body
 */
module.exports = (entry, config) => {
  config = config || {};
  return gulp.src(entry, config);
};