Skip to content

Commit

Permalink
closes #142
Browse files Browse the repository at this point in the history
  • Loading branch information
tlienart committed May 1, 2019
1 parent 6bbc008 commit e9abedc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/manager/dir_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ function scan_input_dir!(md_files::JD_FILES_DICT, html_files::JD_FILES_DICT,
# top level files (src/*)
for file readdir(JD_PATHS[:in])
isfile(joinpath(JD_PATHS[:in], file)) || continue
# skip if it has to be ignored
file JD_IGNORE_FILES && continue
fname, fext = splitext(file)
fpair = (JD_PATHS[:in] => file)
if file == "config.md"
Expand Down

0 comments on commit e9abedc

Please sign in to comment.