Skip to content

Commit

Permalink
getting ready for 0.5.0-2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Hauman committed Nov 24, 2015
1 parent f135272 commit 02ea8ad
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.5.0-2

* bumping http-kit to 0.2.19 get's rid of nasty exit exception
* fix REPL helpers check for figwheel's running status
* fixed REPL problem where pprint would produce extra output

## 0.5.0-1

* added back `figwheel-sidecar.repl/get-project-cljs-builds` and deprecated
Expand Down
3 changes: 0 additions & 3 deletions example/dev/user.clj
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
(ns user
(:require
[figwheel-sidecar.config :as config]
[figwheel-sidecar.system :as fs]
[figwheel-sidecar.repl-api :as f]
[com.stuartsierra.component :as component]
[clojure.tools.namespace.repl :refer (refresh refresh-all)]))

(def sys f/*repl-api-system*)
Expand Down
13 changes: 7 additions & 6 deletions example/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [
[org.clojure/clojure "1.7.0"]
[org.clojure/clojure "1.8.0-RC2"]
[org.clojure/clojurescript "1.7.170"]
[org.clojure/core.async "0.2.374"]
[sablono "0.3.5"]
Expand Down Expand Up @@ -98,12 +98,13 @@
}}]}

:profiles { :dev { :dependencies [[com.cemerick/piggieback "0.2.1"]
[figwheel-sidecar "0.5.0-1"]
[figwheel-sidecar "0.5.0-2"]
[org.clojure/tools.namespace "0.2.11"]
#_[org.clojure/tools.nrepl "0.2.10"]]
:source-paths ["src" "../sidecar/src" "dev"]
:plugins [[refactor-nrepl "1.2.0-SNAPSHOT"]
[cider/cider-nrepl "0.10.0-SNAPSHOT"]]}}
[org.clojure/tools.nrepl "0.2.12"]]
:source-paths ["src" "dev"]}
:repl { :plugins [ [cider/cider-nrepl "0.10.0-SNAPSHOT"]]}}

:repl-options {:nrepl-middleware [cemerick.piggieback/wrap-cljs-repl]}

:figwheel {
:http-server-root "public" ;; default and assumes "resources"
Expand Down

0 comments on commit 02ea8ad

Please sign in to comment.