On Sat, Oct 13, 2012 at 3:43 PM, Michael <michael-a...@db.com> wrote: > "if your project depends on AOT do not use core.match at this time" > > Can somebody outline what the aot issues are? It seems that deploying a web > app to heroku with lein2 will compile the app first. Was interested in using > core.match to match authenticated, roles, and url namespaces.
You can skip AOT during compilation on Heroku by checking in a `bin/build` script that simply runs `lein deps` or something like that. -Phil -- 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