Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make compojure dependency excludable? #4

Open
quan-nh opened this issue Aug 3, 2017 · 1 comment
Open

Make compojure dependency excludable? #4

quan-nh opened this issue Aug 3, 2017 · 1 comment

Comments

@quan-nh
Copy link

quan-nh commented Aug 3, 2017

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?)

@weavejester
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants