Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxsan committed Aug 18, 2021
1 parent 83b8161 commit 4e5df5c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/scripts/concatenate-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ function getDirectoryRecursive(basePath) {

let fileContents = [];

for (let file of fileNames.filter((fileName) =>
fileName.includes('printable')
)) {
for (let file of fileNames) {
const fullPath = path.join(basePath, file);

// if the directory entry is a directory, recurse into that directory
Expand Down

0 comments on commit 4e5df5c

Please sign in to comment.