Skip to content
This repository has been archived by the owner on Apr 26, 2019. It is now read-only.

Commit

Permalink
Merge pull request #261 from pablodip/add-cider-dependency-temporatily
Browse files Browse the repository at this point in the history
Remove Cider
  • Loading branch information
pablodip authored Feb 8, 2018
2 parents abaf5b3 + 177b0b2 commit 8dd2a4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
[lein-auto "0.1.2"]
[lein-less "1.7.5"]
[lein-shell "0.5.0"]
[cider/cider-nrepl "0.15.0-SNAPSHOT"]
[lein-sha-version "0.1.1"]]


Expand Down
4 changes: 2 additions & 2 deletions src/clj/commiteth/core.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(ns commiteth.core
(:require [commiteth.handler :as handler]
[clojure.tools.nrepl.server :as nrepl-server]
[cider.nrepl :refer [cider-nrepl-handler]]
[luminus.repl-server :as repl]
[luminus.http-server :as http]
[luminus-migrations.core :as migrations]
[commiteth.config :refer [env]]
Expand Down Expand Up @@ -31,7 +31,7 @@ repl-server
(when-let [nrepl-port (env :nrepl-port)]
(log/info "Starting NREPL server on port" nrepl-port)
(nrepl-server/start-server :port nrepl-port
:handler cider-nrepl-handler))
:handler nrepl-server/default-handler))
:stop
(when repl-server
(nrepl-server/stop-server repl-server)))
Expand Down

0 comments on commit 8dd2a4f

Please sign in to comment.