You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using ataraxy instead of compojure for routing, so I want to :exclusions [compojure] dependency. But it got error due to :duct.router/cascading router depend on it.
I think we should make :duct.router/cascading independent on compojure (by copy compojure/routes fn into cascading router?)
The text was updated successfully, but these errors were encountered:
This is reasonable, I think. I considered it before, but Compojure seemed a light enough dependency not to bother. However, it does pull in Clout and Instaparse and a few other dependencies, so perhaps it is worth it to just replicate the compojure.core/routes function.
I'm using
ataraxy
instead ofcompojure
for routing, so I want to:exclusions [compojure]
dependency. But it got error due to:duct.router/cascading
router depend on it.I think we should make
:duct.router/cascading
independent oncompojure
(by copycompojure/routes
fn into cascading router?)The text was updated successfully, but these errors were encountered: