openrat-cms

# OpenRat Content Management System
git clone http://git.code.weiherhei.de/openrat-cms.git
Log | Files | Refs

commit 05d5ea2deee926715329a927850c11821ecb8db2
parent 7ea9d79553200030b7c8341f057c94f05de768bc
Author: Jan Dankert <develop@jandankert.de>
Date:   Sun, 23 Feb 2020 22:35:15 +0100

New: Documentation for the template watcher.

Diffstat:
dev-helper/README.md | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/dev-helper/README.md b/dev-helper/README.md @@ -16,3 +16,9 @@ This tool is generating output files and is fixing file permissions. - creates a git tag - updates the file `version.php` with the snapshot version + +## Watching for template modifications + +`template-watcher.sh http://host/` + +Watches for file modificatons in templates and components. If a file is saved, the template compiler is invoked via HTTP. This will save some of the developers time ;)+ \ No newline at end of file