-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I started using boot exclusively (i.e. without any project.clj) for some new project. I find the combo boot
+ cursive
extremely powerful especially for ClojureScript projects.
Unfortunately cursive won't recognize my sources/dependencies in this case.
Given the simple structure of a build.boot
file it could be easy to support boot only project as a first step.
A simple build.boot
(set-env!
:source-paths #{"src"}
:dependencies '[[org.clojure/clojure "1.6.0" :scope "provided"]
[boot/core "2.0.0-rc1" :scope "provided"]
[some/dep "0.1.0"]])
vikeri, bonega, edannenberg, amonks, cprice404 and 27 more
Metadata
Metadata
Assignees
Labels
No labels