Skip to content

Commit

Permalink
Updating for lein 2.9 / cider 21
Browse files Browse the repository at this point in the history
  • Loading branch information
oliyh committed Mar 1, 2019
1 parent 0ca9e70 commit 1d6a407
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,10 @@ All function/event signatures now take an optional instance-name as the first ar

## Development

`cider-jack-in-cljs` and choose figwheel

```clojure
user> (dev)
dev> (start)
;; visit http://localhost:3449/devcards/index.html
dev> (cljs)
cljs.user>
Expand Down
3 changes: 1 addition & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
:resource-paths ["dev-resources"]
:exclusions [[org.clojure/tools.reader]]
:dependencies [[org.clojure/tools.reader "1.2.2"]
[com.cemerick/piggieback "0.2.2"]
[figwheel-sidecar "0.5.16"]
[binaryage/devtools "0.9.10"]
[devcards "0.2.4"]
Expand All @@ -32,7 +31,7 @@
;; gh-pages deploy
[leiningen-core "2.8.1"]]
:repl-options {:init-ns user
:nrepl-middleware [cemerick.piggieback/wrap-cljs-repl]}}}
:nrepl-middleware [cider.piggieback/wrap-cljs-repl]}}}
:aliases {"test" ["do" ["clean"] ["test"] ["doo" "phantom" "test" "once"]]
"build-pages" ["do"
["run" "-m" "pages/build"]
Expand Down

0 comments on commit 1d6a407

Please sign in to comment.