Skip to content

Commit 6ecabbb

Browse files
committed
Added a regexp to never copy tmp directory when build docs
1 parent e56abe9 commit 6ecabbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/docs.build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
endFile: "wrap.end"
5252
},
5353

54-
dirExclusionRegExp: /^\.|^build|^compiled/
54+
dirExclusionRegExp: /^\.|^build|^compiled|^tmp/
5555
})

0 commit comments

Comments
 (0)