ionide / Fornax

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

fornax watch does not update _public files #72

Closed brettrowberry closed 4 years ago

brettrowberry commented 4 years ago

Describe the bug Changes to posts .md files are not reflected in _public/posts HTML files when running fornax watch. fornax build does update the HTML.

To Reproduce Steps to reproduce the behaviour:

  1. fornax new
  2. fornax watch
  3. Open post.md, change title to Cat, save file
  4. Open post.html and see that the title is still Some nice post title

Expected behaviour Title in post.html changes to Cat and is shown on page served by Suave.

Environment (please complete the following information):

brettrowberry commented 4 years ago

Tried again. Can't reproduce issue.