Files @ 32c2469b99f4
Branch filter:

Location: copyleftconf-website-fork/gulp/tasks/copy.js - annotation

32c2469b99f4 178 B application/javascript Show Source Show as Raw Download as Raw
Christopher Neugebauer
Vendors bootstrap-sass :(
/**
 * Dependencies
 */
const gulp = require('gulp');

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