[ANN] rep 0.1.2

2019-02-20 Thread Didier
Hum, is there some advantage to using this over just normal `clj -e`? -- 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

Re: Disable swagger.ui in production

2019-02-20 Thread Matching Socks
Would it be fair to paraphrase the question as, how to pass a different data structure to compojure's api function depending on whether the program is running in the development environment or "in production"? One very general technique is to wield the classpath to advantage. Suppose for

Disable swagger.ui in production

2019-02-20 Thread brjann
Hi, I'm trying out compojure-api and have included swagger.ui in my api: (api {:swagger {:ui "/swagger-ui" :spec "/swagger.json" :data {:info {:version "1.0.0" :title "Title" ...) However, I don't want swagger to be