Has there been any progress on this feature? If not, I'd be willing to
try implementing it. Any background/tips welcome.
I ended up wrapping the snippets/templates in a function like this:
(defn view-wrapper [foo]
(defsnippet view "snippet.html" [:html] [foo]
[:title] (content (foo :bar))
(view foo))
(view-wrapper foo)
This works perfectly for me. I'm not too concerned with performance at
this stage, so we'll see. I'm interested in your namespace reloading
idea and might try it out once my project is farther along.
Rob
> --
>
> You received this message because you are subscribed to the Google Groups
> "Enlive" group.
> To post to this group, send email to enliv...@googlegroups.com.
> To unsubscribe from this group, send email to
> enlive-clj+...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/enlive-clj?hl=en.
>