We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb486dd commit 41d1a3aCopy full SHA for 41d1a3a
scripts/copyfiles.js
@@ -1,6 +1,8 @@
1
var fs = require('fs-extra');
2
-fs.copySync('src/mxgraph/', 'lib/mxgraph/');
+
3
+fs.copySync('src/mxgraph/javascript/src/', 'lib/mxgraph/javascript/src/');
4
+fs.copySync('src/mxgraph/javascript/examples/grapheditor/www/', 'lib/mxgraph/javascript/examples/grapheditor/www/');
5
// fs.copySync('src/mxgraph/javascript/examples/grapheditor/www/resources/grapheditor.txt',
6
// 'lib/mxgraph/javascript/examples/grapheditor/www/resources/grapheditor.md');
7
-// 'src/mxgraph/javascript/examples/grapheditor/www/resources/grapheditor.md');
8
+// 'src/mxgraph/javascript/examples/grapheditor/www/resources/grapheditor.md');
0 commit comments