PlaidWeb / Publ

Flexible publishing system for the web
http://publ.beesbuzz.biz/
MIT License
40 stars 4 forks source link

Make watchdog process optional #475

Closed fluffy-critter closed 2 years ago

fluffy-critter commented 2 years ago

Expected Behavior

There should be an option to enable the file watchdog.

Current Behavior

The watchdog is always running, which is great when editing entries on a desktop computer, but can be disastrous when trying to do things like building a file submission system or building content dynamically (from RSS feeds etc.); it'd be great to be able to only trigger a file or site index when it's safe to do so.

Possible Solution

Steps to Reproduce (for bugs)

1. 2. 3. 4.

Context