briandk / gitvisualizations

A suite of visualization tools for analyzing files in git
http://briandk.com/codetimeline_demos/simulator/simulator.html
3 stars 3 forks source link

FileTimeline should use argparse to enable a dev/debug mode #12

Closed briandk closed 11 years ago

briandk commented 11 years ago

So, users should be able to call something like

python FileTimeline.py foo.py -o bar.py --dev

In dev mode, instead of writing a single monolithic HTML file, the output would be split (#7) into separate javascript, CSS, and html files. The separation of concerns should allow faster development for things like CSS and JavaScript changes when in dev mode.

briandk commented 11 years ago

Fixed in 8ab00f4aaa8e10fe86d117d0479f4b2c618b20bf