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

Removed auto-copied assets

This commit is contained in:
Laurent Cozic
2020-02-08 11:20:44 +00:00
parent 3b200e5c92
commit cd630e9516
11 changed files with 3 additions and 20 deletions

View File

@ -45,6 +45,7 @@ async function encodeFile(sourcePath, destPath) {
}
async function main() {
await fs.remove(outputDir);
await fs.mkdirp(outputDir);
const encodedFiles = [];