Update working dir (if present) when edited via the API. Closes #6.

This commit is contained in:
Tom Preston-Werner
2010-08-24 13:58:05 -07:00
parent 0500c7e10c
commit 94f05b0796
5 changed files with 153 additions and 15 deletions
+1
View File
@@ -4,6 +4,7 @@
* Optimize page write/update/delete to use Grit::Index::read_tree instead
of manually recreating entire index contents.
* Added --irb option for the gollum command.
* Update working dir (if present) when edited via the API (#6)
* Minor Enhancements
* Support a `:gollum_path` Sinatra setting for `Precious::App`
* Bug Fixes