On 13 May 2011 00:23, Shree Mulay <shreemu...@gmail.com> wrote: > I didn't know there was? What I understood of wrap-reload is that I > didn't have to restart "lein ring server" at the command line > everytime I made a change to my core.clj file??? > > How do I set up lein-ring to give me the same functionality?
lein-ring will automatically reload any modified file in your src directory without you having to do a thing. Try starting "lein ring server" and then changing one of your source files. When you refresh the page in your browser, the changes should instantly be visible without the need for a restart. - James -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en