CarterA / Tribo

Extremely fast static site generator written in Objective-C
http://cartera.me/2011/10/16/made-on-a-mac/
Other
42 stars 6 forks source link

File-watching appears to be broken. #23

Closed sgoodwin closed 12 years ago

sgoodwin commented 12 years ago

The GUI app gets to the file-watcher delegate method, but the site isn't actually regenerated. Re-launching the app from the command line or from the GUI is needed to get the site to actually regenerate.

CarterA commented 12 years ago

Does renaming the blog folder so that it has a ".tribo" extension fix this problem? I think this might be a sandboxing bug.

sgoodwin commented 12 years ago

Nope. I have it named .tribo to make file-opening work in the first place.

CarterA commented 12 years ago

Does it not respond to any changes? I remember it working for editing posts.

It also only works when the Preview is running, so I'm not sure if that is how you are testing it.

sgoodwin commented 12 years ago

Pretty sure this works now.