ipydrawio/scripts/copyfiles.js

9 wiersze
573 B
JavaScript

var fs = require('fs-extra');
fs.copySync('src/mxgraph/javascript/src/', 'lib/mxgraph/javascript/src/');
fs.copySync('src/mxgraph/javascript/examples/grapheditor/www/', 'lib/mxgraph/javascript/examples/grapheditor/www/');
// fs.copySync('src/mxgraph/javascript/examples/grapheditor/www/resources/grapheditor.txt',
// 'lib/mxgraph/javascript/examples/grapheditor/www/resources/grapheditor.md');
// fs.copySync('src/mxgraph/javascript/examples/grapheditor/www/resources/grapheditor.txt',
// 'src/mxgraph/javascript/examples/grapheditor/www/resources/grapheditor.md');