Skip to content

Commit 41d1a3a

Browse files
committed
also bring in #20 to slim down package
1 parent fb486dd commit 41d1a3a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/copyfiles.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
var fs = require('fs-extra');
2-
fs.copySync('src/mxgraph/', 'lib/mxgraph/');
2+
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/');
35
// fs.copySync('src/mxgraph/javascript/examples/grapheditor/www/resources/grapheditor.txt',
46
// 'lib/mxgraph/javascript/examples/grapheditor/www/resources/grapheditor.md');
57
// fs.copySync('src/mxgraph/javascript/examples/grapheditor/www/resources/grapheditor.txt',
6-
// 'src/mxgraph/javascript/examples/grapheditor/www/resources/grapheditor.md');
8+
// 'src/mxgraph/javascript/examples/grapheditor/www/resources/grapheditor.md');

0 commit comments

Comments
 (0)