Skip to content

Commit

Permalink
single optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
ifuture-pro committed Jan 23, 2020
1 parent 2ca4f47 commit 3a571f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/parse.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ function merge(markdownFiles) {
all.concat(currentContent);
}
if (config.single) {
console.log("Single options enable. Content of list append to " + markdownFiles[i])
append(markdownFiles[i],currentContent.join("\n\n"));
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ifuture/listify",
"version": "0.1.8",
"version": "0.1.9",
"description": "Auto generate table of contents at full-site",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3a571f5

Please sign in to comment.