ionide / Fornax

Scriptable static site generator using type safe F# DSL to define page templates.
MIT License
244 stars 44 forks source link

File watcher not triggering recompilation when a folder does contain specific characters #81

Open kMutagene opened 3 years ago

kMutagene commented 3 years ago

Describe the bug When the path of a folder containing a fornax site contains multiple dots (.), the watch command will not trigger recompilation via any generator triggers. I encountered this in a repository with a name like this: RepoName.github.io

To Reproduce Steps to reproduce the behaviour:

Expected behaviour content is recompiled and refreshed in the client due to the watch command.

Actual behavior No recompilation is triggered. This can be circumvented by removing one of the dots in the folder name.

Environment (please complete the following information):

laenas commented 3 years ago

This is presently resolved in source as of 827f77ca8d9f969b6d75fb7230b2fb89ae1263a8 - so it should get picked up in the next release.