genericallyloud / ludomatic5000

This is a simple tool which can help rapidly prototype cards/tiles/chits for board/card games. It uses csv files to import data, and jade templates to generate html from them. Finally, it uses wkhtmltopdf to generate pdfs which can be printed.
MIT License
5 stars 2 forks source link

Make the csv read and layout copy happen as part of the request so that it is fresh every request #1

Closed genericallyloud closed 9 years ago

genericallyloud commented 9 years ago

Right now, the data fetch and layout copy happen first, meaning that on refresh, even though assets and css are always up to date, changes to the template or csv data are not. Especially important once watchfile/livereload is added.