AspenWeb / pando.py

Filesystem dispatch + Simplates + Python = a nice web framework.
http://aspen.io/
Other
149 stars 38 forks source link

Look into using a codereloading library #131

Closed pjz closed 11 years ago

pjz commented 11 years ago

Instead of the half-working homegrown one, look at http://code.google.com/p/livecoding/ and evaluate it for 1) use with the aspen webserver reloader 2) adaptation to handle simplate caching.

Better to use a fully-round wheel that someone else built than try and run on our own square or even hexagonal ones.

chadwhitacre commented 11 years ago

Here's the main source file:

http://code.google.com/p/livecoding/source/browse/trunk/reloader.py

chadwhitacre commented 11 years ago

Hasn't been touched for over two years. What's the coverage of the test suite?

pjz commented 11 years ago

Ah, I hadn't noticed it was so out of date. Good call.