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

Boot support: need to allow multiple Clojure-only file paths #415

Closed
seancorfield opened this issue Dec 24, 2015 · 2 comments
Closed

Boot support: need to allow multiple Clojure-only file paths #415

seancorfield opened this issue Dec 24, 2015 · 2 comments
Assignees
Milestone

Comments

@seancorfield
Copy link
Member

Since the build.boot file doesn't need to be directly above the src folder, our folder logic needs to be more flexible.

@seancorfield
Copy link
Member Author

It would probably be worthwhile to support CFML-only file paths in a similar way, just to shrink the search path for Clojure code and the project's build file.

@seancorfield
Copy link
Member Author

Folders beginning with clj: are only searched for project.clj (lein) or build.boot (boot) and for a src subfolder containing Clojure files to autowire.

Folders beginning with cfml: are only searched for CFCs.

Folders without a prefixed are searched for both purposes (the original behavior).

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

No branches or pull requests

1 participant