1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

Moved the Joplin renderer back to the main repository to make development easier

This commit is contained in:
Laurent Cozic
2020-01-30 21:05:23 +00:00
parent d687ef5c09
commit 688edd4b32
61 changed files with 4422 additions and 523 deletions

View File

@ -48,7 +48,7 @@ async function main() {
await fs.mkdirp(outputDir);
const encodedFiles = [];
const sourceAssetDir = `${rootDir}/node_modules/joplin-renderer/assets`;
const sourceAssetDir = `${rootDir}/lib/joplin-renderer/assets`;
const files = walk(sourceAssetDir);
for (const file of files) {