martini-contrib / render

Martini middleware/handler for easily rendering serialized JSON, XML, and HTML template responses.
MIT License
245 stars 57 forks source link

support runtime template compile? #16

Closed guotie closed 10 years ago

guotie commented 10 years ago

when was in develop mode, the template always changes, can add dev mode to render?

codegangsta commented 10 years ago

I'm not sure what your question is? render uses martini.Env to decide whether it should recompile on every request

guotie commented 10 years ago

got it。