As far as I know, there's no clojure.core/refresh function, as your template seems to indicate via :refer-clojure.
- James On 6 April 2014 14:03, Adrian Mowat <[email protected]> wrote: > Hi, > > I have created a Leiningen template that creates a new project setup to > use Stuart Sierra's component library ( > https://github.com/stuartsierra/component) and reloaded workflow ( > http://thinkrelevance.com/blog/2013/06/04/clojure-workflow-reloaded) > > See https://github.com/mowat27/reloadable-app for more details. > > It's deployed to clojars so you can create a new project by running > > lein new reloadable-app <project name> > > I also added it to the plugin list at > https://github.com/technomancy/leiningen/wiki/Plugins - although I'm not > sure if it's up to date > > As this is my first foray into lein templating, any comments would be > greatly appreciated > > Many Thanks > > Adrian > > > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
