clemens-tolboom / uml-generator-php

http://clemens-tolboom.github.io/uml-generator-php/
MIT License
44 stars 5 forks source link

Allow for skipping unchanged files when running bin/oop2json #34

Closed clemens-tolboom closed 10 years ago

clemens-tolboom commented 10 years ago

For performance reasons it would be green to skip unchanged files after ie a git pull on the source tree at hand.

For this to work we could timestamp output file same as input file.

This is trickier for #35 json2dot as #25 + #27.