ionide / Fornax

Scriptable static site generator using type safe F# DSL to define page templates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fornax watch does not update _public files

brettrowberry opened this issue · comments

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):

  • OS: macOS 10.15.5
  • Ionide version: 4.14.0
  • VSCode version: 1.46.0
  • dotnet SDK version: 3.1.301
  • mono / .Net Framework version: 5.18.1.3
  • fornax version: 0.13.1

Tried again. Can't reproduce issue.