Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
sdc
/
0411615fe4f55fe3463da2576de376c7478fcfb2
/
.
/
dox-sequence-diagram-ui
/
tools
/
copy-assets.js
blob: bc4f4f21c9a88d93ce2e656be91726f97c983a76 [
file
] [
log
] [
blame
]
var
copy
=
require
(
'copy'
);
copy
([
'**/*.json'
,
'**/*.svg'
,
'**/*.html'
],
'lib'
,
{
cwd
:
'./src'
},
function
(
err
,
file
)
{
// exposes the vinyl `file` created when the file is copied
});