Add new code new version
Change-Id: Ic02a76313503b526f17c3df29eb387a29fe6a42a
Signed-off-by: Michael Lando <ml636r@att.com>
diff --git a/dox-sequence-diagram-ui/tools/copy-assets.js b/dox-sequence-diagram-ui/tools/copy-assets.js
new file mode 100644
index 0000000..bc4f4f2
--- /dev/null
+++ b/dox-sequence-diagram-ui/tools/copy-assets.js
@@ -0,0 +1,7 @@
+var copy = require('copy');
+
+copy(['**/*.json', '**/*.svg', '**/*.html'], 'lib', {
+ cwd: './src'
+}, function (err, file) {
+ // exposes the vinyl `file` created when the file is copied
+});
\ No newline at end of file