Backend support for operation milestones with activity inputs
[sdc.git] / dox-sequence-diagram-ui / tools / copy-assets.js
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 });