Re: reloading enlive templates

2014-07-05 Thread Sven Richter
Hi Curtis, this solution works as expected, thank you very much. Best Regards, Sven Am Donnerstag, 3. Juli 2014 18:30:03 UTC+2 schrieb Curtis Summers: > > I'm using ring.middleware.force-reload to always reload the namespaces > that reference my enlive templates. (only in dev, of course) > > h

Re: reloading enlive templates

2014-07-03 Thread Curtis Summers
I'm using ring.middleware.force-reload to always reload the namespaces that reference my enlive templates. (only in dev, of course) https://github.com/citizenparker/ring-middleware-force-reload Hope that helps, Curtis On Wednesday, July 2, 2014 3:14:16 PM UTC-5, Sven Richter wrote: > > Hi, >

reloading enlive templates

2014-07-02 Thread Sven Richter
Hi, I am trying to reload my enlive templates with a watcher, how it was suggested in this issue: https://github.com/cgrand/enlive/issues/6 I am calling this function of start of my application: (watcher/watcher ["resources/"] (watcher/rate 50) ; poll every 50ms