1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-14 23:26:58 +02:00

More refactoring to easily handle multiple renderers

This commit is contained in:
Laurent Cozic
2019-07-16 19:05:47 +01:00
parent fbb0ac5892
commit 38e8a881d5
20 changed files with 115 additions and 29 deletions

View File

@@ -18,7 +18,7 @@ async function copyJs(name, filePath) {
async function main(argv) {
await fs.mkdirp(outputDir);
await copyJs('webviewLib', rnDir + '/lib/MdToHtml/webviewLib.js');
await copyJs('webviewLib', rnDir + '/lib/renderers/MdToHtml/webviewLib.js');
}
main(process.argv).catch((error) => {