Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 1 | var copy = require('copy'); |
2 | |||||
3 | copy(['**/*.json', '**/*.svg', '**/*.html'], 'lib', { | ||||
4 | cwd: './src' | ||||
5 | }, function (err, file) { | ||||
6 | // exposes the vinyl `file` created when the file is copied | ||||
7 | }); |