moremoban / moban

General purpose static text generator using Jinja2 and other python template engines
http://moban.readthedocs.io
MIT License
33 stars 14 forks source link

Watch mode #200

Open jayvdb opened 5 years ago

jayvdb commented 5 years ago

One feature missing, watching for changes.

https://github.com/andreatulimiero/static_jinja2/blob/master/static_jinja2.py

jayvdb commented 5 years ago

Maybe also cli directory recursive/glob support needs testing/fixing.

jayvdb commented 5 years ago

Also needed for daemon mode like https://github.com/flyte/confp/blob/develop/README.md , but daemonising isnt needed initially as OS can do that

chfw commented 5 years ago

I am with you! Why not watch for changes for pro-moban users.

jayvdb commented 5 years ago

Fun problem - watching git, pip and other virtual fs providers (https://github.com/moremoban/moban/issues/205). Probably a much lower priority problem, especially if https://github.com/moremoban/moban/issues/170 is done.