-
-
Notifications
You must be signed in to change notification settings - Fork 12
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 #20
Comments
I've never tried, but should be completely possible.
It only requires a `.nrepl-port` file to connect to the nrepl. I'm not sure
how boot deals with the repl, but as long as a nrepl port is open, acid can
make use of it.
If boot exposes a different file, I can add a handler to that as well.
Of course you'll have to take a look at how to use cider-nrepl and
refactor-nrepl on boot.
Cheers,
Henry
…On Thu, Jan 11, 2018, 17:39 Thiru ***@***.***> wrote:
Is it possible to use this with boot rather than leiningen?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#20>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACkii9ztVM6sxskTpsLm4cgWCiPtO_rsks5tJmNXgaJpZM4RbWA6>
.
|
Boot works fine with acid |
Thanks for the quick response @hkupty! @SevereOverfl0w would you mind sharing how you set it up? I'm pretty new to Clojure. |
The easiest way is to use my vim-jack-in project and the `:Boot ` command within to start a cider repl.
The long way is the cider task you can find on the boot wiki. From there, acid works like normal.
…On 11 January 2018 20:28:12 GMT+00:00, Thiru ***@***.***> wrote:
Thanks for the quick response @hkupty!
@SevereOverfl0w would you mind sharing how you set it up? I'm pretty
new to Clojure.
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#20 (comment)
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
|
Awesome thank you, will check that out!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it possible to use this with boot rather than leiningen?
The text was updated successfully, but these errors were encountered: