riffm / mint

indention-based template engine, implemented in python
MIT License
64 stars 51 forks source link

Files monitoring with auto recompilation #26

Closed riffm closed 13 years ago

riffm commented 13 years ago

This feature is useful during prototype markup developing.

% python -m mint --monitor .

This is basic mockup for monitoring command

riffm commented 13 years ago

Implemented in monitor branch.

% cd templates
% python -m mint --monitor
riffm commented 13 years ago

merged