JuliaDocs / LiveServer.jl

Simple development server with live-reload capability for Julia.
MIT License
143 stars 26 forks source link

Add `include_files` option to `servedocs` #163

Closed fredrikekre closed 1 year ago

fredrikekre commented 1 year ago

This patch adds a new argument, include_files::Vector{String}, which allows users to explicitly track individual files. In particular, this option can be used to track individual files that would otherwise be excluded due to being inside a skipped_dirs directory.